summarylogtreecommitdiffstats
path: root/trowser.install
diff options
context:
space:
mode:
Diffstat (limited to 'trowser.install')
-rw-r--r--trowser.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/trowser.install b/trowser.install
new file mode 100644
index 000000000000..296687447811
--- /dev/null
+++ b/trowser.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q /usr/share/applications
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}