summarylogtreecommitdiffstats
path: root/artefetcher-qt4-git.install
diff options
context:
space:
mode:
authorsekret2015-06-09 19:45:19 +0200
committersekret2015-06-09 19:45:19 +0200
commit47076f665f76692a43358d5043f0812c481295fe (patch)
treef918096dc854f830964d4d1d2999c4959d3aae27 /artefetcher-qt4-git.install
downloadaur-47076f665f76692a43358d5043f0812c481295fe.tar.gz
initial AUR4 import
Diffstat (limited to 'artefetcher-qt4-git.install')
-rw-r--r--artefetcher-qt4-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/artefetcher-qt4-git.install b/artefetcher-qt4-git.install
new file mode 100644
index 000000000000..5a5553ebaa31
--- /dev/null
+++ b/artefetcher-qt4-git.install
@@ -0,0 +1,11 @@
+post_install(){
+ update-desktop-database -q
+}
+
+post_upgrade(){
+ post_install
+}
+
+post_remove(){
+ post_install
+}