summaryrefslogtreecommitdiff
path: root/staging/easytag/easytag.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/easytag/easytag.install')
-rw-r--r--staging/easytag/easytag.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/staging/easytag/easytag.install b/staging/easytag/easytag.install
new file mode 100644
index 000000000..93908edac
--- /dev/null
+++ b/staging/easytag/easytag.install
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}