mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-14 05:59:03 +08:00
17 lines
846 B
Plaintext
17 lines
846 B
Plaintext
post_install() {
|
|
echo ">> If XBMC won't start, but just segfaults, double check your X.Org config."
|
|
echo ">> The display depth has to be at least 24-bit, ie"
|
|
echo ">> set \"DefaultDepth 24\" under the \"Screen\" section of your xorg.conf file."
|
|
echo ">> If you have problems or suggestions for this PKGBUILD, have a look at its"
|
|
echo ">> dedicated forum thread: http://bbs.archlinux.org/viewtopic.php?pid=559107"
|
|
echo ">> or the wiki: http://xbmc.org/wiki/?title=XBMC_on_Arch_Linux_(Unofficial)."
|
|
echo ">> Note that this is a development version of XBMC."
|
|
echo ">> If you encounter problems with XBMC don't forget to consult the official"
|
|
echo ">> xbmc forums found here: http://forum.xbmc.org "
|
|
echo ">> and report bugs to the xbmc bugtracker found here: http://trac.xbmc.org."
|
|
echo
|
|
/bin/true
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|