summarylogtreecommitdiffstats
path: root/listen.install
diff options
context:
space:
mode:
authorCharles Bos2015-06-09 13:05:20 +0100
committerCharles Bos2015-06-09 13:05:20 +0100
commit4c5109242dcf2599dfe12e45967d95953154ace0 (patch)
treed0a40e7e69f747dc3555ccfcd441d3c373c1de24 /listen.install
downloadaur-4c5109242dcf2599dfe12e45967d95953154ace0.tar.gz
Initial commit
Diffstat (limited to 'listen.install')
-rw-r--r--listen.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/listen.install b/listen.install
new file mode 100644
index 000000000000..5e5cfef4d9f6
--- /dev/null
+++ b/listen.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}