extra/calligra fix

This commit is contained in:
Kevin Mihelich 2015-03-02 13:38:16 +00:00
parent 4127e4f908
commit b00a080a11

View file

@ -0,0 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}