summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth-theme-linhes
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/plymouth-theme-linhes')
-rw-r--r--abs/core/plymouth-theme-linhes/PKGBUILD2
-rw-r--r--abs/core/plymouth-theme-linhes/plymouth-linhes.install5
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/plymouth-theme-linhes/PKGBUILD b/abs/core/plymouth-theme-linhes/PKGBUILD
index 4d1a8cf..da1cbc2 100644
--- a/abs/core/plymouth-theme-linhes/PKGBUILD
+++ b/abs/core/plymouth-theme-linhes/PKGBUILD
@@ -1,7 +1,7 @@
#
pkgname="plymouth-theme-linhes-logo"
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="LinHES theme for plymouth"
arch=('any')
license=('GPL')
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