diff options
| author | James Meyer <james.meyer@operamail.com> | 2009-04-21 20:23:00 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2009-04-21 20:23:00 (GMT) | 
| commit | c100bc3e9d8bc5d054245eb703de5f93eb447aee (patch) | |
| tree | 1e74f3808701bd1dc644f3fe2ae779734e0fb61c | |
| parent | 89e3164eb221cee8c2a440cba345a41693d538b9 (diff) | |
| download | linhes_pkgbuild-c100bc3e9d8bc5d054245eb703de5f93eb447aee.zip linhes_pkgbuild-c100bc3e9d8bc5d054245eb703de5f93eb447aee.tar.gz linhes_pkgbuild-c100bc3e9d8bc5d054245eb703de5f93eb447aee.tar.bz2 | |
fbsplash: add back the shutdownsteps file.  This was accidently removed for new installs.  Upgrades via pacman would not have been affected.
| -rw-r--r-- | abs/core-testing/fbsplash/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/fbsplash/fbsplash.install | 6 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/abs/core-testing/fbsplash/PKGBUILD b/abs/core-testing/fbsplash/PKGBUILD index 5c20232..92a59ea 100644 --- a/abs/core-testing/fbsplash/PKGBUILD +++ b/abs/core-testing/fbsplash/PKGBUILD @@ -2,7 +2,7 @@  pkgname=fbsplash  pkgver=1.5.4.3 -pkgrel=12 +pkgrel=13  pkgdesc="A userspace implementation of a splash screen for Linux (formerly known as gensplash)"  arch=('i686' 'x86_64')  url="http://fbsplash.berlios.de" diff --git a/abs/core-testing/fbsplash/fbsplash.install b/abs/core-testing/fbsplash/fbsplash.install index 4ef95b6..2899857 100644 --- a/abs/core-testing/fbsplash/fbsplash.install +++ b/abs/core-testing/fbsplash/fbsplash.install @@ -16,10 +16,10 @@ post_install() {  		echo ""  		touch /etc/conf.d/fbsplash.bootsteps  		touch /etc/conf.d/fbsplash.shutdownsteps -		echo 20 > /etc/conf.d/fbsplash.bootsteps -		echo 10 > /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  }  post_upgrade() { | 
