PKGBUILDs/extra/claws-mail/claws-mail.install
2011-05-01 22:54:26 -04:00

14 lines
175 B
Plaintext

post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}