summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/xbmc-svn/xbmc-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community/xbmc-svn/xbmc-svn.install')
-rw-r--r--abs/extra/community/xbmc-svn/xbmc-svn.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/extra/community/xbmc-svn/xbmc-svn.install b/abs/extra/community/xbmc-svn/xbmc-svn.install
deleted file mode 100644
index acf409c..0000000
--- a/abs/extra/community/xbmc-svn/xbmc-svn.install
+++ /dev/null
@@ -1,13 +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."
- echo ">> If you have problems or suggestions for this PKGBUILD, have a look at its"
- echo ">> dedicated forum thread: http://bbs.archlinux.org/viewtopic.php?pid=559107"
- echo ">> or the wiki: http://xbmc.org/wiki/?title=XBMC_on_Arch_Linux_(Unofficial)"
- echo
- /bin/true
-}
-
-# vim:set ts=2 sw=2 et: