blob: c1c5bb015d6998e98e45fd8f3503a8e1d3889de2 [file] [log] [blame]
post_install() {
/mingw64/bin/update-mime-database /mingw64/share/mime
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}