updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / gracegtk / gracegtk.install
blob702c510609bba1a51eabb8362accec567e8c741c
1 post_install() {
2   echo "update mime database..."
3   update-mime-database usr/share/mime > /dev/null
4   echo "update desktop mime database..."
5   update-desktop-database -q
8 post_upgrade() {
9   post_install $1
12 post_remove() {
13   post_install $1