PKGBUILDs/extra/thunderbird/thunderbird.install

13 lines
174 B
Plaintext
Raw Normal View History

2013-06-25 16:41:43 +00:00
post_install() {
2016-04-19 18:51:04 +00:00
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
2013-06-25 16:41:43 +00:00
}
post_upgrade() {
2016-04-19 18:51:04 +00:00
post_install
2013-06-25 16:41:43 +00:00
}
post_remove() {
2016-04-19 18:51:04 +00:00
post_install
2013-06-25 16:41:43 +00:00
}