desktop/calligra/calligra-karbon.install

13 lines
174 B
Plaintext
Raw Normal View History

2010-05-31 02:58:56 +08:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2011-11-21 07:52:25 +08:00
update-desktop-database -q
2010-05-31 02:58:56 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}