summarylogtreecommitdiffstats
path: root/plymouth-theme-ecorp-glitch.install
diff options
context:
space:
mode:
authorEwout van Mansom2022-01-13 19:02:12 +0100
committerEwout van Mansom2022-01-13 19:02:12 +0100
commit9a190811134cf2c8acaba900a5c84f601bb5e091 (patch)
tree72fad966d0781506109c063dcfe3a5ce40d36417 /plymouth-theme-ecorp-glitch.install
downloadaur-plymouth-theme-ecorp-glitch.tar.gz
Release initial package
Diffstat (limited to 'plymouth-theme-ecorp-glitch.install')
-rw-r--r--plymouth-theme-ecorp-glitch.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-ecorp-glitch.install b/plymouth-theme-ecorp-glitch.install
new file mode 100644
index 000000000000..8584499913f7
--- /dev/null
+++ b/plymouth-theme-ecorp-glitch.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat <<EOF
+
+==> To activate the theme, run as root:
+==> plymouth-set-default-theme -R ecorp-glitch
+
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}