summarylogtreecommitdiffstats
path: root/kio-git.install
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-08 22:45:23 +0200
committerAntonio Rojas2015-06-08 22:45:23 +0200
commitefaacf141429fe8b6588b444feba4ef67351b766 (patch)
tree3a74e2557edd498e822f8f8127467c8bd6df6060 /kio-git.install
downloadaur-efaacf141429fe8b6588b444feba4ef67351b766.tar.gz
Initial import
Diffstat (limited to 'kio-git.install')
-rw-r--r--kio-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/kio-git.install b/kio-git.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/kio-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}