summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/xbmc/xbmc.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-22 21:05:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-22 21:05:23 (GMT)
commit4369924e6d9df3a4f1ec997754e7e09a7c39a543 (patch)
treec6fbef22fff5171fd3674b25e7f41040f2a79fd6 /abs/extra-testing/community/xbmc/xbmc.install
parent7b0f4e6e5e0db55450d2ecbe763f08f6a7a13a51 (diff)
parentb7e8a22add9ff7e7ca41fe8c5fc25ea501eb3e2d (diff)
downloadlinhes_pkgbuild-4369924e6d9df3a4f1ec997754e7e09a7c39a543.zip
linhes_pkgbuild-4369924e6d9df3a4f1ec997754e7e09a7c39a543.tar.gz
linhes_pkgbuild-4369924e6d9df3a4f1ec997754e7e09a7c39a543.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/community/xbmc/xbmc.install')
-rw-r--r--abs/extra-testing/community/xbmc/xbmc.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra-testing/community/xbmc/xbmc.install b/abs/extra-testing/community/xbmc/xbmc.install
new file mode 100644
index 0000000..9316bc8
--- /dev/null
+++ b/abs/extra-testing/community/xbmc/xbmc.install
@@ -0,0 +1,9 @@
+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: