summarylogtreecommitdiffstats
path: root/plymouth-theme-monoarch.install
diff options
context:
space:
mode:
authorMarco Buzzanca2016-10-20 19:43:28 +0200
committerMarco Buzzanca2016-10-20 19:43:28 +0200
commit5e68d4c0200c28b31fea34371402da2fc12eb3c9 (patch)
tree703a6098dd3ae449305ddca0d18b075e531b1e43 /plymouth-theme-monoarch.install
downloadaur-plymouth-theme-monoarch.tar.gz
Initial Release
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
+}