aboutsummarylogtreecommitdiffstats
path: root/plymouth-theme-lenovo-bgrt.install
diff options
context:
space:
mode:
authorLeptopoda2022-04-13 13:21:48 +0200
committerLeptopoda2022-04-13 13:21:48 +0200
commit9edf127f6fe8bbb129f4a1272f2c36463153f11a (patch)
treeaf6b27bc4f1e5ca21b4678a267bcab4775d2dd0c /plymouth-theme-lenovo-bgrt.install
downloadaur-9edf127f6fe8bbb129f4a1272f2c36463153f11a.tar.gz
big boom
Diffstat (limited to 'plymouth-theme-lenovo-bgrt.install')
-rw-r--r--plymouth-theme-lenovo-bgrt.install12
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
+}