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