PKGBUILDs/extra/calligra/calligra-karbon.install
2012-06-26 11:15:56 -04:00

12 lines
173 B
Plaintext

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