updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / qfsm / qfsm.install
blob067a8a2ff9aecb21963f455b48fe19d60725c61f
1 post_install() {
2   echo "Updating hicolor icon cache"
3   if [ -x /usr/bin/gtk-update-icon-cache ]; then
4     gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
5   fi
6   if [ -x /usr/bin/xdg-icon-resource ]; then
7     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
8   fi
9   update-desktop-database -q
12 post_upgrade() {
13   post_install
16 post_remove() {
17   post_install