aboutsummarylogtreecommitdiffstats
path: root/rainbowarch.install
diff options
context:
space:
mode:
authorGuillaume Doré2016-04-28 12:20:06 +0200
committerGuillaume Doré2016-04-28 12:20:06 +0200
commitedd7e709ac48cdf3521e612adf6e060a2be7d96e (patch)
treed7c87d2a89b90349d983987c9d23e835d75131c2 /rainbowarch.install
downloadaur-slim-theme-rainbowdash-archlinux.tar.gz
Initial commit on AUR4 with new maintainer
Diffstat (limited to 'rainbowarch.install')
-rw-r--r--rainbowarch.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/rainbowarch.install b/rainbowarch.install
new file mode 100644
index 000000000000..03effa9a49e4
--- /dev/null
+++ b/rainbowarch.install
@@ -0,0 +1,20 @@
+post_install() {
+ echo
+ echo -e "\e[33mSetup: edit /etc/slim.conf and replace\e[0m"
+ echo -e "\e[33mthe line current_theme with:\e[0m"
+ echo -e "\e[1;33mcurrent_theme rainbowdash-archlinux\e[0m"
+ echo
+}
+
+post_remove() {
+ echo
+ echo -e "\e[31;1mMake sure you edit /etc/slim.conf and replace\e[0m"
+ echo -e "\e[31;1mthe line current_theme with another theme than rainbowdash-archlinux,\e[0m"
+ echo -e "\e[31;1motherwise slim won't work.\e[0m"
+ echo
+}
+
+op=$1
+shift
+$op $*
+