updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gle-graphics / gle-graphics.install
blob62b7f879db865b67f5dc51190dadfd8d661d4264
1 post_install() {
2   [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
3   [ -x /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
4   [ -x /usr/bin/update-mime-database ] && update-mime-database usr/share/mime
7 post_upgrade() {
8   post_install $1
11 post_remove() {
12   post_install $1