blob: 9316bc8846fccd051446172872b97af0bd9a9873 (
plain)
1
2
3
4
5
6
7
8
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:
|