summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/fbsplash/fbsplash.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:54:43 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:54:43 (GMT)
commit05408d178b3bb65f895b011705ade34c34b8dce6 (patch)
tree4d17239774a3993a00cb4df34ec9c68dd20dccbf /abs/core-testing/fbsplash/fbsplash.install
parent8531795e06d39d7edfea9bb2731ff171417669d5 (diff)
downloadlinhes_pkgbuild-05408d178b3bb65f895b011705ade34c34b8dce6.zip
linhes_pkgbuild-05408d178b3bb65f895b011705ade34c34b8dce6.tar.gz
linhes_pkgbuild-05408d178b3bb65f895b011705ade34c34b8dce6.tar.bz2
fbsplash:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/fbsplash/fbsplash.install')
-rw-r--r--abs/core-testing/fbsplash/fbsplash.install36
1 files changed, 15 insertions, 21 deletions
diff --git a/abs/core-testing/fbsplash/fbsplash.install b/abs/core-testing/fbsplash/fbsplash.install
index 2899857..09da219 100644
--- a/abs/core-testing/fbsplash/fbsplash.install
+++ b/abs/core-testing/fbsplash/fbsplash.install
@@ -1,25 +1,19 @@
-
post_install() {
- echo ">"
- echo "> ATTENTION!!!:"
- echo "----------------------------------------------"
- echo "> fbsplash has been rewritten and no longer depends "
- echo "> on using a special initscripts. "
- echo "> Please read http://wiki.archlinux.org/fbsplash "
- echo "> for more details on the changes. "
- echo "----------------------------------------------"
- if ! [ -e /etc/conf.d/fbsplash.bootsteps ]; then
- echo ""
- echo "Creating step count files..."
- echo "Note: The first boot's percentage will be wrong. "
- echo "The scripts will update with the right steps after first boot"
- echo ""
- touch /etc/conf.d/fbsplash.bootsteps
- touch /etc/conf.d/fbsplash.shutdownsteps
- echo 25 > /etc/conf.d/fbsplash.bootsteps
- echo 20 > /etc/conf.d/fbsplash.shutdownsteps
- fi
- echo 20 > /etc/conf.d/fbsplash.shutdownsteps
+ echo "------------------------------------------------------------"
+ echo "> This package doesn't contain a default theme."
+ echo "> You need to install one separately."
+ echo "> To find some themes, just search AUR for \"fbsplash-theme\","
+ echo "> or GNOME-Look.org or KDE-Look.org for \"fbsplash\"."
+ echo "------------------------------------------------------------"
+ echo "> Configuration for fbsplash: /etc/conf.d/splash"
+ echo "> Configuration for fbcondecor: /etc/conf.d/fbcondecor"
+ echo "------------------------------------------------------------"
+ echo "> Remember to rebuild the initrd after changing the"
+ echo "> configuration."
+ echo "------------------------------------------------------------"
+ echo "> Please read http://wiki.archlinux.org/index.php/Fbsplash"
+ echo "> for more details. "
+ echo "------------------------------------------------------------"
}
post_upgrade() {