updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gnalert / gnalert.install
blob580b2bca712dadcee7ef4ef4481fa6371c2774d8
1 post_install() {
2   pacman -Q python-notify &>/dev/null
3   if [ $? -ne 0 ]; then
4     cat << EOF
6   NOTE:
7   For aesthetically pleasing notifications, you'll need python-notify.
8   Use "pacman -S python-notify" to install it.
10 EOF
11   fi
12   update-desktop-database -q
15 post_upgrade() {
16   post_install $1
19 post_remove() {
20   update-desktop-database -q
23 # vim:set ts=2 sw=2 et: