summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorMark Blakeney2016-08-17 08:38:06 +1000
committerMark Blakeney2016-08-17 08:38:06 +1000
commit35d26a34cb6c6ee5bc4a100d94089148aa42a023 (patch)
tree9215ac0ab9208426727467e87b206d63fc4cb1cc /install.sh
parent92fa477abc508731959db21c3f4e97f948eecc5f (diff)
downloadaur-35d26a34cb6c6ee5bc4a100d94089148aa42a023.tar.gz
Update to 2.2
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh29
1 files changed, 19 insertions, 10 deletions
diff --git a/install.sh b/install.sh
index 71d92d107bb3..b9085cdbf21e 100644
--- a/install.sh
+++ b/install.sh
@@ -2,16 +2,25 @@ _pkgname=libinput-gestures
post_install() {
echo -ne "\e[34;1m"
- echo -e "=== INSTALLATION NOTES for $_pkgname ==="
+ echo "=== INSTALLATION NOTES for $_pkgname ==="
echo -ne "\e[39;1m"
- echo -e "You must be a member of the input group, i.e.run:"
- echo -e " sudo gpasswd -a \$USER input"
- echo -e "Start $_pkgname from DE, or run:"
- echo -e " $_pkgname-setup start"
- echo -e "To enable auto start of $_pkgname run:"
- echo -e " $_pkgname-setup autostart"
- echo -e "Configuration files are at:"
- echo -e " /etc/$_pkgname.conf (system wide default)"
- echo -e " \$HOME/.config/$_pkgname.conf (optional per user)"
+ echo "A user must be a member of the input group, i.e. run:"
+ echo " sudo gpasswd -a \$USER input"
+ echo "A user can start $_pkgname from their DE, or run:"
+ echo " $_pkgname-setup start"
+ echo "A user can enable auto start of $_pkgname, i.e. run:"
+ echo " $_pkgname-setup autostart"
+ echo "Configuration files are at:"
+ echo " /etc/$_pkgname.conf (system wide default)"
+ echo " \$HOME/.config/$_pkgname.conf (optional per user)"
+ echo -ne "\e[0m"
+}
+
+post_upgrade() {
+ echo -ne "\e[34;1m"
+ echo "=== UPGRADE NOTES for $_pkgname ==="
+ echo -ne "\e[39;1m"
+ echo "A user should restart $_pkgname, i.e. run:"
+ echo " $_pkgname-setup restart"
echo -ne "\e[0m"
}