summaryrefslogtreecommitdiff
path: root/community/lmms/lmms.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/lmms/lmms.install')
-rw-r--r--community/lmms/lmms.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/lmms/lmms.install b/community/lmms/lmms.install
deleted file mode 100644
index 11549cb5c..000000000
--- a/community/lmms/lmms.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}