updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / clamtk / clamtk.install
blobe74f50e189fae41e43ca6bad913746c6a12a4a47
1 ## arg 1:  the new package version
2 post_install() {
3   update-desktop-database -q
6 ## arg 1:  the new package version
7 ## arg 2:  the old package version
8 post_upgrade() {
9   post_install $1
12 post_remove() {
13   update-desktop-database -q
17 # vim:set ts=2 sw=2 et: