gtk/pidgin/pidgin.install

13 lines
168 B
Plaintext
Raw Normal View History

2013-04-29 06:59:19 +08:00
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
chakra-update-sycoca
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}