summaryrefslogtreecommitdiff
path: root/community/lmms/lmms.install
blob: 11549cb5c7b403ad9f707f2c34c7f1eb0c04c43c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-mime-database usr/share/mime &> /dev/null
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}