summarylogtreecommitdiffstats
path: root/plymouth-theme-arch-logo-gnomish.install
diff options
context:
space:
mode:
authorIan Hernández2015-09-26 00:25:01 -0500
committerIan Hernández2015-09-26 00:25:01 -0500
commit77b32e6959abffc5e2a195a1705796f9ceb7fb3e (patch)
tree6e3d2c14eed86c70755769cd68f9d2ffe058f09b /plymouth-theme-arch-logo-gnomish.install
downloadaur-77b32e6959abffc5e2a195a1705796f9ceb7fb3e.tar.gz
Initial commit
Diffstat (limited to 'plymouth-theme-arch-logo-gnomish.install')
-rw-r--r--plymouth-theme-arch-logo-gnomish.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/plymouth-theme-arch-logo-gnomish.install b/plymouth-theme-arch-logo-gnomish.install
new file mode 100644
index 000000000000..659b44a55c07
--- /dev/null
+++ b/plymouth-theme-arch-logo-gnomish.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << _EOF
+
+==> To activate run:
+==> sudo plymouth-set-default-theme -R arch-logo-gnomish
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}