diff options
Diffstat (limited to 'abs/core/plymouth-theme-linhes/plymouth-linhes.install')
-rw-r--r-- | abs/core/plymouth-theme-linhes/plymouth-linhes.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/plymouth-theme-linhes/plymouth-linhes.install b/abs/core/plymouth-theme-linhes/plymouth-linhes.install index 1b43e42..62d2781 100644 --- a/abs/core/plymouth-theme-linhes/plymouth-linhes.install +++ b/abs/core/plymouth-theme-linhes/plymouth-linhes.install @@ -1,6 +1,10 @@ post_install(){ /usr/sbin/plymouth-set-default-theme linhes-logo } + +post_upgrade(){ + mkinitcpio -p linux +} op=$1 shift $op $* |