updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xgeu / xgeu.install
blob42266ab31025175c76a6317ac80b72b6adbfb671
1 post_install() {
2     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
3     if [ -f update-desktop-database ]; then
4         update-desktop-database -q &> /dev/null
5     fi
8 post_upgrade() {
9     post_install $1
12 pre_remove() {
13     post_install $1