summaryrefslogtreecommitdiff
path: root/community/pitivi/pitivi.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-09 03:23:29 -0700
committerroot <root@rshg054.dnsready.net>2013-10-09 03:23:29 -0700
commit737832e1bd70820f477143512b5c89a30a6e81d0 (patch)
tree665a7ce2bee287680b34294d30d2a2602da059ea /community/pitivi/pitivi.install
parent3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (diff)
Wed Oct 9 03:18:48 PDT 2013
Diffstat (limited to 'community/pitivi/pitivi.install')
-rw-r--r--community/pitivi/pitivi.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/pitivi/pitivi.install b/community/pitivi/pitivi.install
new file mode 100644
index 000000000..a41a84585
--- /dev/null
+++ b/community/pitivi/pitivi.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-mime-database usr/share/mime >/dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}