Files
MINGW-packages/mingw-w64-gimp/gimp-i686.install
2014-02-10 13:17:42 +04: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
}