gtk/thunderbird-kde/thunderbird.install
AlmAck 5516ee3e50 thunderbird renamed thunderbird-kde
added mozilla-kde patches
2014-03-02 23:53:11 +01:00

13 lines
216 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
/usr/bin/kbuildsycoca4 --global --noincremental &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}