aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-12 18:02:58 +0200
committerGiuseppe2017-06-12 18:02:58 +0200
commitbf5a987f6ca3ff50e0b9d827726edd31f0743a87 (patch)
treebc88780c89d681abf4f950f8d06a9ca4ee063c6b
parent47f9f4cae318306114d8fd43f6d0d138f0145453 (diff)
downloadaur-bf5a987f6ca3ff50e0b9d827726edd31f0743a87.tar.gz
Notify previous users that .bashrc should be modified
-rw-r--r--.SRCINFO2
-rw-r--r--nwd-i3-git.install3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4d83053f84..5d1c187d24e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notify-when-done-i3-git
pkgdesc = Get notifications when commands in non-focused i3's window finish.
- pkgver = r30.7b8990f
+ pkgver = r33.47f9f4c
pkgrel = 1
url = https://github.com/giuscri/notify-when-done-i3
install = nwd-i3-git.install
diff --git a/nwd-i3-git.install b/nwd-i3-git.install
index 04cce04f2178..99173c92deef 100644
--- a/nwd-i3-git.install
+++ b/nwd-i3-git.install
@@ -6,6 +6,9 @@ post_install() {
}
post_upgrade() {
+ echo "==> To complete update, make sure you have the following lines in your bashrc"
+ echo ' [[ -S /run/user/$USER/i3/ipc-socket.$(pidof i3) && -f /usr/share/nwd/preexec.sh ]] \'
+ echo ' && . /usr/share/nwd/preexec.sh'
echo '==> Upgrade will be effective only after you restart bash'
}