From c100bc3e9d8bc5d054245eb703de5f93eb447aee Mon Sep 17 00:00:00 2001 From: James Meyer Date: Tue, 21 Apr 2009 15:23:00 -0500 Subject: fbsplash: add back the shutdownsteps file. This was accidently removed for new installs. Upgrades via pacman would not have been affected. --- abs/core-testing/fbsplash/PKGBUILD | 2 +- 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() { -- cgit v0.12