aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-13 13:20:20 +0200
committerGiuseppe2017-06-13 13:20:20 +0200
commitd3068c9274092fb70180e86f12a1871d2135c1f7 (patch)
tree877f43caadcaa711d50f78e45c6e70ac101cab95
parentaa92ef2c6cf8c4740552427e537d9bbd54f0be5b (diff)
downloadaur-d3068c9274092fb70180e86f12a1871d2135c1f7.tar.gz
Change post_* messages.
-rw-r--r--nwd-i3-git.install10
1 files changed, 4 insertions, 6 deletions
diff --git a/nwd-i3-git.install b/nwd-i3-git.install
index 99173c92deef..98779d936c53 100644
--- a/nwd-i3-git.install
+++ b/nwd-i3-git.install
@@ -1,17 +1,15 @@
post_install() {
echo "==> To complete installation, add the following lines to 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 '[[ -f /usr/share/nwd/preexec.sh ]] && . /usr/share/nwd/prexec.sh'
echo '==> and restart bash'
}
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'
+ echo '[[ -f /usr/share/nwd/preexec.sh ]] && . /usr/share/nwd/prexec.sh'
+ echo '==> and restart bash'
}
post_remove() {
- echo "==> To complete removal, remove the `source` of preexec.sh from your bashrc"
+ echo "==> To complete removal, remove the `source` of nwd/preexec.sh from your bashrc"
}