summarylogtreecommitdiffstats
path: root/abrowser.install
diff options
context:
space:
mode:
authorFigue2015-06-09 01:26:17 +0200
committerFigue2015-06-09 01:26:17 +0200
commit90e3f5f86ef8dfb40b5ccbf49e3ba83703ba3538 (patch)
tree08352bc9c563f2bcae2e65a6a3fe6a18ec356ced /abrowser.install
downloadaur-90e3f5f86ef8dfb40b5ccbf49e3ba83703ba3538.tar.gz
Initial import v37.0.2-1
Diffstat (limited to 'abrowser.install')
-rw-r--r--abrowser.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/abrowser.install b/abrowser.install
new file mode 100644
index 000000000000..db2a6f475e53
--- /dev/null
+++ b/abrowser.install
@@ -0,0 +1,11 @@
+post_install () {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}