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