aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-07 17:41:51 +0200
committerGiuseppe2017-06-07 17:41:51 +0200
commit35e3f6aeecf2a4dadc6002c76611622df77f939d (patch)
tree181f0fd72f96d09818593e3c198233935e41c82f
parentfe5b3f7b28592853617da6ae976948fdbf91af99 (diff)
downloadaur-35e3f6aeecf2a4dadc6002c76611622df77f939d.tar.gz
Change post_removal to post_remove such to being called by pacman
-rw-r--r--notify-when-done-i3-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/notify-when-done-i3-git.install b/notify-when-done-i3-git.install
index d6c5840b75fa..0a2f9b0047bb 100644
--- a/notify-when-done-i3-git.install
+++ b/notify-when-done-i3-git.install
@@ -8,6 +8,6 @@ post_upgrade() {
echo '## Upgrade will be effective only you restart bash'
}
-post_removal() {
+post_remove() {
echo "## To complete removal, remove the source of nwd-preexec.sh from your bashrc"
}