PKGBUILDs/extra/calligra/calligra-tools.install

13 lines
174 B
Text
Raw Normal View History

2012-11-22 07:29:30 +00:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}