diff options
Diffstat (limited to 'abs/core/plymouth-theme-linhes/plymouth-linhes.install')
-rw-r--r-- | abs/core/plymouth-theme-linhes/plymouth-linhes.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core/plymouth-theme-linhes/plymouth-linhes.install b/abs/core/plymouth-theme-linhes/plymouth-linhes.install new file mode 100644 index 0000000..1b43e42 --- /dev/null +++ b/abs/core/plymouth-theme-linhes/plymouth-linhes.install @@ -0,0 +1,7 @@ +post_install(){ + /usr/sbin/plymouth-set-default-theme linhes-logo +} +op=$1 +shift +$op $* + |