blob: 7fd8fa6cbb06e7340b2df8d67c1decb64dcc2aa1 [file] [log] [blame]
MINGW_INSTALL=clangarm64
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
}