aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe2017-06-11 12:51:36 +0200
committerGiuseppe2017-06-11 12:51:36 +0200
commit3d3de010aa25bd4c21884996ce600716767d9c73 (patch)
tree799a685a55575c5bf5fcb35050cfdb47bb81a72f
parent7b8990fcc718171070782fd26b187be2a655d046 (diff)
downloadaur-3d3de010aa25bd4c21884996ce600716767d9c73.tar.gz
Clarified .install hooks message
-rw-r--r--PKGBUILD2
-rw-r--r--nwd-i3-git.install6
2 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca33ed7c0d81..d45bf259ed26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Giuseppe <giuscri@gmail.com>
pkgname='notify-when-done-i3-git'
-pkgver=r26.631ca29
+pkgver=r30.7b8990f
pkgrel=1
pkgdesc="Get notifications when commands in non-focused i3's window finish."
arch=('x86_64')
diff --git a/nwd-i3-git.install b/nwd-i3-git.install
index ecf1a271fdd4..fbbb5ad5c622 100644
--- a/nwd-i3-git.install
+++ b/nwd-i3-git.install
@@ -1,13 +1,13 @@
post_install() {
echo "==> To complete installation, add the following line to your bashrc"
- echo '==> [[ -f /usr/share/nwd/preexec.sh ]] && source /usr/share/nwd/preexec.sh'
+ echo '==> [[ -f /usr/share/nwd/preexec.sh ]] && . /usr/share/nwd/preexec.sh'
echo '==> and restart bash'
}
post_upgrade() {
- echo '==> Upgrade will be effective only you restart bash'
+ echo '==> Upgrade will be effective only after you 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 preexec.sh from your bashrc"
}