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 /abs/core-testing/fbsplash/fbsplash.install | |
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.
Diffstat (limited to 'abs/core-testing/fbsplash/fbsplash.install')
-rw-r--r-- | abs/core-testing/fbsplash/fbsplash.install | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |