Files
MINGW-packages/mingw-w64-krita-git/krita-git.install
2015-11-12 00:16:00 +00:00

14 lines
229 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}