diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-12-31 22:07:19 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-12-31 22:07:19 (GMT) |
commit | 8a24d8d6837acba283c55724acfeea6e1bd6b771 (patch) | |
tree | 397f9eaeaf2789b41b5f0845260a860739e45008 /abs/extra-testing/xbmc/xbmc.install | |
parent | 794b0359d30897ba98a59db39ce3f93bfac71cf2 (diff) | |
download | linhes_pkgbuild-8a24d8d6837acba283c55724acfeea6e1bd6b771.zip linhes_pkgbuild-8a24d8d6837acba283c55724acfeea6e1bd6b771.tar.gz linhes_pkgbuild-8a24d8d6837acba283c55724acfeea6e1bd6b771.tar.bz2 |
xbmc: moved out of community in prep for update
Diffstat (limited to 'abs/extra-testing/xbmc/xbmc.install')
-rw-r--r-- | abs/extra-testing/xbmc/xbmc.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra-testing/xbmc/xbmc.install b/abs/extra-testing/xbmc/xbmc.install new file mode 100644 index 0000000..eb4e9d4 --- /dev/null +++ b/abs/extra-testing/xbmc/xbmc.install @@ -0,0 +1,7 @@ +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 +} |