summarylogtreecommitdiffstats
path: root/gnaural.install
diff options
context:
space:
mode:
authordustball2015-08-08 14:51:22 +0200
committerdustball2015-08-08 14:51:22 +0200
commit68175ae66e5cbdb3c23cc6c30217846098b3931d (patch)
tree93fa2280c0f4c8ac9e24e1dbbc9b93e2b7f7e1a1 /gnaural.install
downloadaur-68175ae66e5cbdb3c23cc6c30217846098b3931d.tar.gz
Init
Diffstat (limited to 'gnaural.install')
-rw-r--r--gnaural.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnaural.install b/gnaural.install
new file mode 100644
index 000000000000..e111ef946053
--- /dev/null
+++ b/gnaural.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}