mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
7 lines
288 B
Text
7 lines
288 B
Text
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
|
|
}
|