summaryrefslogtreecommitdiff
path: root/extra/hugin/install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-06 02:18:52 -0800
committerroot <root@rshg054.dnsready.net>2012-12-06 02:18:52 -0800
commit3f0c4efbf72adbd091565fcc39ad1d09c92be5d0 (patch)
treef9b2abf9234090740a20840b7ca92991803a9316 /extra/hugin/install
parent947a049195183934ba5dffc131f9512fe253f4db (diff)
Thu Dec 6 02:15:36 PST 2012
Diffstat (limited to 'extra/hugin/install')
-rw-r--r--extra/hugin/install13
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
+}