summarylogtreecommitdiffstats
path: root/plymouth-theme-arch-charge-gdm.install
diff options
context:
space:
mode:
authorNick Boughton2019-05-15 15:08:50 +0100
committerNick Boughton2019-05-15 15:08:50 +0100
commit9cff853c071bc99bfc4319037a26bf6872c599a2 (patch)
tree22233cb495fd9d84ff0dbc9ac280ca4a73b1f882 /plymouth-theme-arch-charge-gdm.install
downloadaur-9cff853c071bc99bfc4319037a26bf6872c599a2.tar.gz
first release
Diffstat (limited to 'plymouth-theme-arch-charge-gdm.install')
-rw-r--r--plymouth-theme-arch-charge-gdm.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-arch-charge-gdm.install b/plymouth-theme-arch-charge-gdm.install
new file mode 100644
index 000000000000..035f0d3512bf
--- /dev/null
+++ b/plymouth-theme-arch-charge-gdm.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << _EOF
+
+==> To activate run:
+==> sudo plymouth-set-default-theme -R arch-charge-gdm
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}