updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / maitreya / maitreya.install
blob2f93c404fea3ece907dd5e00bdb70807657379d3
1 # arg 1:  the new package version
2 post_install() {
3         /usr/bin/fc-cache -f -v
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9   post_install $1
12 op=$1
13 shift
14 $op $*