updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / freedink-dfarc / freedink-dfarc.install
bloba0a17a5e1c835f921d2daa49adf3976bb90426d9
1 post_install() {
3 if [ -x /usr/bin/update-desktop-database ]; then
4         /usr/bin/update-desktop-database &> /dev/null
5 fi
7 if [ -x /usr/bin/gtk-update-icon-cache ]; then
8         /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
9 fi
11 update-mime-database /usr/share/mime >/dev/null 2>&1
12   
15 post_upgrade() {
16   post_install $1
19 post_remove() {
20   post_install $1