aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-07 11:40:46 +0200
committerGiuseppe2017-06-07 11:40:46 +0200
commitad4d04583e571b22d8aceffba98e6b804528e509 (patch)
treeab84878fb6cffe2a76f844eb50f34ed83ed052fb
parent35379d57dbcc4400c75a906475e2a68b7caa5d9a (diff)
downloadaur-ad4d04583e571b22d8aceffba98e6b804528e509.tar.gz
... except it was called post_upGRADE
-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 77224b448112..c2201ea8c3ac 100644
--- a/notify-when-done-i3-git.install
+++ b/notify-when-done-i3-git.install
@@ -3,7 +3,7 @@ post_install() {
echo '## [[ -f /usr/share/nwd/nwd-preexec.sh ]] && source /usr/share/nwd/nwd-preexec.sh'
}
-post_update() {
+post_upgrade() {
echo '## Update will be effective only after a source of your bashrc,'
echo '## or by reopening the shell.'
}