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