summarylogtreecommitdiffstats
path: root/congruity.install
diff options
context:
space:
mode:
authorwebmeister2015-07-05 18:00:19 +0200
committerwebmeister2015-07-05 18:00:19 +0200
commitb37af734edf6d6659d9f0c6645e07009fd110705 (patch)
treef9c90ca1d080ef5b2ff7907f730a6305196348f0 /congruity.install
downloadaur-b37af734edf6d6659d9f0c6645e07009fd110705.tar.gz
Initial import
Diffstat (limited to 'congruity.install')
-rw-r--r--congruity.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/congruity.install b/congruity.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/congruity.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}