updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / giggle-git / giggle.install
bloba50d2a8dfb687ab88ea51414df11c422549a07c6
1 post_install() {
2   gtk-update-icon-cache -f -t -q /usr/share/icons/hicolor
3   update-desktop-database -q
6 post_upgrade() {
7   post_install $1
10 post_remove() {
11   post_install $1
14 op=$1
15 shift
17 $op $*