updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / hotot / hotot.install
blobb5f701abe2ba36986fe6c04e35ce2294e77583c0
1 post_install() {
2   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
3   update-desktop-database -q
6 pre_upgrade() {
7   _EGG=usr/lib/python2.7/site-packages/hotot-0.9.6-py2.7.egg-info
8   if [ -d $_EGG ]; then
9     rm -rf $_EGG && cat << EOF
11 >>> Old egg-info directory successfully removed.
13 EOF
14   fi
17 post_upgrade() {
18   post_install
21 post_remove() {
22   post_install