summarylogtreecommitdiffstats
path: root/pystopwatch.install
diff options
context:
space:
mode:
Diffstat (limited to 'pystopwatch.install')
-rw-r--r--pystopwatch.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/pystopwatch.install b/pystopwatch.install
new file mode 100644
index 000000000000..17c46d6d5c43
--- /dev/null
+++ b/pystopwatch.install
@@ -0,0 +1,14 @@
+post_install() {
+ if [[ -x /usr/bin/update-desktop-database ]]
+ then
+ /usr/bin/update-desktop-database -q
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}