gtk/thunderbird-kde/thunderbird.install

13 lines
216 B
Plaintext
Raw Normal View History

2013-04-28 16:58:07 +08:00
post_install() {
2013-05-07 05:21:43 +08:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
/usr/bin/kbuildsycoca4 --global --noincremental &> /dev/null
2013-04-28 16:58:07 +08:00
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}