updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / gajim-notify-osd / gajim.install
blob93e603eb23103b266879de3aef6982cacf7840d6
1 # arg 1:  the new package version
2 post_install() {
3   echo " > optional dependency: dbus-python"
4   /bin/true
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10   post_install $1
11   /bin/true
14 op=$1
15 shift
16 $op $*