summarylogtreecommitdiffstats
path: root/plymouth-theme-monoarch.install
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth-theme-monoarch.install')
-rw-r--r--plymouth-theme-monoarch.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/plymouth-theme-monoarch.install b/plymouth-theme-monoarch.install
new file mode 100644
index 000000000000..7130cc8d99b5
--- /dev/null
+++ b/plymouth-theme-monoarch.install
@@ -0,0 +1,8 @@
+post_install() {
+ printf "\nSet monoarch as plymouth theme in order to use it:\n"
+ printf "# plymouth-set-default-theme -R monoarch\n\n"
+}
+
+post_upgrade() {
+ post_install
+}