updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / djvulibre-nogui / djvulibre.install
blobb67f93b18382b24bfabfb1d33163b949c73e4055
1 post_install() {
2   if [ -x /usr/bin/gtk-update-icon-cache ]; then  
3     gtk-update-icon-cache -q -f /usr/share/icons/hicolor
4   fi
5   update-desktop-database -q
6   update-mime-database usr/share/mime
9 post_upgrade() {
10   post_install $1
13 post_remove() {
14   post_install $1
17 op=$1
18 shift
20 $op $*