gtk/pidgin/pidgin.install
2013-04-28 22:59:39 +00:00

13 lines
168 B
Plaintext

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