Files
MINGW-packages/mingw-w64-geany-plugins/geany-plugins-i686.install
2017-02-16 20:44:42 +01:00

12 lines
161 B
Plaintext

post_install() {
mingw32/bin/gtk-update-icon-cache -q -t -f mingw32/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}