summarylogtreecommitdiffstats
path: root/pitivi-git.install
diff options
context:
space:
mode:
authorLubosz Sarnecki2015-06-22 22:54:47 +0200
committerLubosz Sarnecki2015-06-22 22:54:47 +0200
commit934d4718586456b79ddbbe6f8729f8c5674727ad (patch)
treeeaa9e7175c6babffd750499f0343dc82df94bbd3 /pitivi-git.install
downloadaur-934d4718586456b79ddbbe6f8729f8c5674727ad.tar.gz
Initial import
Diffstat (limited to 'pitivi-git.install')
-rw-r--r--pitivi-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pitivi-git.install b/pitivi-git.install
new file mode 100644
index 000000000000..d0a69857b8d4
--- /dev/null
+++ b/pitivi-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ post_install
+}
+
+post_upgrade() {
+ post_install
+}