desktop/frostwire/frostwire.install
2014-04-01 23:12:25 +00:00

11 lines
116 B
Plaintext

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