updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / fcitx-configtool-hg / fcitx-configtool.install
bloba403bcb50d9479d8e63aa103dc28c505fc1596d6
1 post_install() {
2   echo "Update icon cache..."
3   update-desktop-database -q
4   gtk-update-icon-cache -qtf usr/share/icons/hicolor
5   update-mime-database usr/share/mime > /dev/null
6   echo "Done."
9 post_upgrade() {
10   post_install $1
13 post_remove() {
14   post_install $1