gtk/thunderbird/thunderbird.install
2013-05-06 23:21:43 +02: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
}