diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-04 18:04:47 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-04 18:04:47 (GMT) |
commit | 64a523b563e3cd7bb2a640c23267f2cf91d3bacc (patch) | |
tree | 437ed9a2d61f559260d72246a2127e50fb8c164b /abs/core/plymouth-theme-linhes | |
parent | d5370e5d6fe083e14866c5b5d1728fea4f9879bc (diff) | |
download | linhes_pkgbuild-64a523b563e3cd7bb2a640c23267f2cf91d3bacc.zip linhes_pkgbuild-64a523b563e3cd7bb2a640c23267f2cf91d3bacc.tar.gz linhes_pkgbuild-64a523b563e3cd7bb2a640c23267f2cf91d3bacc.tar.bz2 |
plymouth, plymouth-theme-linhes: update and kill some bugs
LinHES-config: change splash detection
Diffstat (limited to 'abs/core/plymouth-theme-linhes')
-rw-r--r-- | abs/core/plymouth-theme-linhes/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/plymouth-theme-linhes/plymouth-linhes.install | 5 |
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 |