mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
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
|
|
}
|