diff options
Diffstat (limited to 'abs/extra/community/xbmc/xbmc.install')
-rw-r--r-- | abs/extra/community/xbmc/xbmc.install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/abs/extra/community/xbmc/xbmc.install b/abs/extra/community/xbmc/xbmc.install deleted file mode 100644 index 9316bc8..0000000 --- a/abs/extra/community/xbmc/xbmc.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install() { - echo ">> If XBMC won't start, but just segfaults, double check your X.Org config" - echo ">> so that your display depth is at least 24-bit. Eg: change " - echo ">> \"DefaultDepth 16\" under the \"Screen\" section so it says 24 instead" - echo ">> of 16." - /bin/true -} - -# vim:set ts=2 sw=2 et: |