summarylogtreecommitdiffstats
path: root/plymouth-theme-bgrt-better-luks.install
diff options
context:
space:
mode:
authorjuxuanu2021-02-22 22:42:39 +0100
committerjuxuanu2021-02-22 22:42:39 +0100
commit4c75bd3e01656e27eaca79479920e6eac2114f7b (patch)
treee7a88fb2dfbad07ea838f9deb034f328baacad70 /plymouth-theme-bgrt-better-luks.install
downloadaur-4c75bd3e01656e27eaca79479920e6eac2114f7b.tar.gz
First commit. PKGBUILD, SRCINFO, .install and .plymouth files.
Diffstat (limited to 'plymouth-theme-bgrt-better-luks.install')
-rw-r--r--plymouth-theme-bgrt-better-luks.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-bgrt-better-luks.install b/plymouth-theme-bgrt-better-luks.install
new file mode 100644
index 000000000000..1c58aa6372d7
--- /dev/null
+++ b/plymouth-theme-bgrt-better-luks.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat <<EOF
+
+==> To activate the theme, run as root:
+==> plymouth-set-default-theme -R bgrt-better-luks
+
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}