desktop/otter-browser/otter.install

12 lines
138 B
Plaintext
Raw Normal View History

2016-03-26 03:51:03 +08:00
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}