updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / jpcsp / jpcsp.install
blobd4b58001e5deef7d097f93664e367140f8ca9517
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: