summaryrefslogtreecommitdiffstats
path: root/extra/xbmc/xbmc.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xbmc/xbmc.install')
-rw-r--r--extra/xbmc/xbmc.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/xbmc/xbmc.install b/extra/xbmc/xbmc.install
new file mode 100644
index 000000000..1b31c026f
--- /dev/null
+++ b/extra/xbmc/xbmc.install
@@ -0,0 +1,11 @@
+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 " "
+ echo ">> PM3.HD skin got removed"
+ echo ">> xbmc basedir is now /opt/xbmc !!!"
+ echo ">> keep above in mind for your skins"
+ /bin/true
+}