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, 0 insertions, 11 deletions
diff --git a/staging/easytag/easytag.install b/staging/easytag/easytag.install
deleted file mode 100644
index 93908edac..000000000
--- a/staging/easytag/easytag.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}