desktop/krita/krita.install
2016-04-11 09:06:00 +01:00

14 lines
187 B
Plaintext

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