desktop/frostwire/frostwire.install

11 lines
116 B
Plaintext
Raw Normal View History

2014-04-02 07:12:25 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}