summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/xbmc/xbmc.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community/xbmc/xbmc.install')
-rw-r--r--abs/extra/community/xbmc/xbmc.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/community/xbmc/xbmc.install b/abs/extra/community/xbmc/xbmc.install
new file mode 100644
index 0000000..9316bc8
--- /dev/null
+++ b/abs/extra/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: