updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / gondola / gondola.install
blobac94ec06d1d0f9137980484c9b982ce52e85fc0b
1 # arg 1:  the new package version
2 post_install() {        
3                 chmod 777 /usr/share/gondola/settings.json
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9   post_install $1
14 op=$1
15 shift
16 $op $*