blob: 7465cf5374f3d3d0657102516c463496bfaba3f3 [file] [log] [blame]
MINGW_INSTALL=ucrt64
post_install() {
[[ -f ${MINGW_INSTALL}/bin/gtk-update-icon-cache.exe ]] && {
${MINGW_INSTALL}/bin/gtk-update-icon-cache -q -t -f ${MINGW_INSTALL}/share/icons/Adwaita
}
[[ -f ${MINGW_INSTALL}/bin/gtk-update-icon-cache-3.0.exe ]] && {
${MINGW_INSTALL}/bin/gtk-update-icon-cache-3.0 -q -t -f ${MINGW_INSTALL}/share/icons/Adwaita
}
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}