aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-07 02:18:52 +0200
committerGiuseppe2017-06-07 02:18:52 +0200
commit8aadcb6e4a2cfe22a52e8616e961bf21994116ef (patch)
treed2b479fd76b18427752893b916d60d2d7f882bb3
parent444ae9907e5a394519317aec31a80eab579d08f1 (diff)
downloadaur-8aadcb6e4a2cfe22a52e8616e961bf21994116ef.tar.gz
Add post_removal hook.
-rw-r--r--notify-when-done-i3-git.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/notify-when-done-i3-git.install b/notify-when-done-i3-git.install
index edecb429517e..1d94c2b6804b 100644
--- a/notify-when-done-i3-git.install
+++ b/notify-when-done-i3-git.install
@@ -2,3 +2,7 @@ post_install() {
echo "## To complete installation, add the following line to your bashrc"
echo '## [[ -f /usr/share/nwd/nwd-preexec.sh ]] && source /usr/share/nwd/nwd-preexec.sh'
}
+
+post_removal() {
+ echo "## To complete removal, remove the source of nwd/preexec.sh from your bashrc"
+}