PKGBUILDs/community/xbmc/xbmc.install

8 lines
288 B
Plaintext
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}