gtk/mysql-workbench/mysql-workbench.install
2019-01-24 17:38:25 +01:00

12 lines
123 B
Plaintext

post_install() {
update-mime-database usr/share/mime
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}