summarylogtreecommitdiffstats
path: root/plymouth-theme-550w.install
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth-theme-550w.install')
-rw-r--r--plymouth-theme-550w.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-550w.install b/plymouth-theme-550w.install
new file mode 100644
index 000000000000..fb6a82e43e55
--- /dev/null
+++ b/plymouth-theme-550w.install
@@ -0,0 +1,12 @@
+post_install(){
+ cat << EOF
+
+ ==> To activate, Run:
+ ==> sudo plymouth-set-default-theme -R 550w
+
+EOF
+}
+
+post_upgrade(){
+ post_install
+}