gtk/mysql-workbench/mysql-workbench.install

12 lines
123 B
Plaintext
Raw Permalink Normal View History

2015-12-29 06:31:30 +08:00
post_install() {
update-mime-database usr/share/mime
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}