diff options
author | Leptopoda | 2022-04-13 13:21:48 +0200 |
---|---|---|
committer | Leptopoda | 2022-04-13 13:21:48 +0200 |
commit | 9edf127f6fe8bbb129f4a1272f2c36463153f11a (patch) | |
tree | af6b27bc4f1e5ca21b4678a267bcab4775d2dd0c /plymouth-theme-lenovo-bgrt.install | |
download | aur-9edf127f6fe8bbb129f4a1272f2c36463153f11a.tar.gz |
big boom
Diffstat (limited to 'plymouth-theme-lenovo-bgrt.install')
-rw-r--r-- | plymouth-theme-lenovo-bgrt.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-lenovo-bgrt.install b/plymouth-theme-lenovo-bgrt.install new file mode 100644 index 000000000000..a6e0363dc17b --- /dev/null +++ b/plymouth-theme-lenovo-bgrt.install @@ -0,0 +1,12 @@ +post_install() { + cat <<EOF + +==> To activate the theme, run as root: +==> plymouth-set-default-theme -R bgrt-lenovo + +EOF +} + +post_upgrade() { + post_install $1 +} |