desktop/musescore/musescore.install
2012-03-14 14:04:42 +00:00

12 lines
133 B
Plaintext

post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}