PKGBUILDs/community/mysql-workbench/mysql-workbench.install

15 lines
208 B
Plaintext
Raw Normal View History

2015-10-26 18:28:25 +00:00
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
update-mime-database usr/share/mime
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}