diff options
-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() { |