summarylogtreecommitdiffstats
path: root/plymouth-theme-arch-charge.install
diff options
context:
space:
mode:
authorsmcdougall2015-10-31 12:46:52 -0400
committersmcdougall2015-10-31 12:46:52 -0400
commitf7a59638a9b8d478e5bd4ca8218da6a06294d3df (patch)
tree30625654b03582c162a7381cbc0164fc496b86d7 /plymouth-theme-arch-charge.install
downloadaur-f7a59638a9b8d478e5bd4ca8218da6a06294d3df.tar.gz
Initial Release
Diffstat (limited to 'plymouth-theme-arch-charge.install')
-rw-r--r--plymouth-theme-arch-charge.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-arch-charge.install b/plymouth-theme-arch-charge.install
new file mode 100644
index 000000000000..941e032611de
--- /dev/null
+++ b/plymouth-theme-arch-charge.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << _EOF
+
+==> To activate run:
+==> sudo plymouth-set-default-theme -R arch-charge
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}