diff options
Diffstat (limited to 'extra/hugin/install')
-rw-r--r-- | extra/hugin/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/hugin/install b/extra/hugin/install new file mode 100644 index 000000000..f959d50f6 --- /dev/null +++ b/extra/hugin/install @@ -0,0 +1,13 @@ +post_upgrade() { + gtk-update-icon-cache -q -t -f usr/share/icons/gnome + update-desktop-database -q + update-mime-database usr/share/mime > /dev/null +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} |