updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pacmon-svn / pacmon.install
blob9db84cdda948d59fe7d2f6fd78465a4c3fbfe81a
2 # arg 1:  the new package version
3 post_install() {
4   echo '--> To enable popup notifications, be sure you have installed the following:'
5   echo '-->   libnotify>=0.4.3, python-notify>=0.1.1,'
6   echo '-->   notification-daemon OR xfce-notification-daemon' 
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade() {
12   post_install
15 op=$1
16 shift
17 $op $*