diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:05:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:05:06 (GMT) |
commit | d4f87c26be94acfef50c606440fab2dd3f04c167 (patch) | |
tree | 7aeb40cafa60c1fe9bf865e1940692405de644bd /abs/core/plymouth-theme-linhes/plymouth-linhes.install | |
parent | 67a3968380d4d58feec0a39c379bc5747891578b (diff) | |
download | linhes_pkgbuild-d4f87c26be94acfef50c606440fab2dd3f04c167.zip linhes_pkgbuild-d4f87c26be94acfef50c606440fab2dd3f04c167.tar.gz linhes_pkgbuild-d4f87c26be94acfef50c606440fab2dd3f04c167.tar.bz2 |
plymouth-theme-linhes: adjust log image aspect to be right on widescreen.
change background to black to avoid black borders on 1080 displays
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 $* |