blob: 0d56ff06e4f8a7700944ee3423a749fadda99a13 [file] [log] [blame]
MINGW_INSTALL=clangarm64
post_install() {
${MINGW_INSTALL}/bin/gtk-query-immodules-2.0 --update-cache
}
post_upgrade() {
post_install
}
pre_remove() {
rm -f ${MINGW_INSTALL}/lib/gtk-2.0/2.10.0/immodules.cache
}