PKGBUILDs/extra/network-manager-applet/network-manager-applet.install
2009-10-09 21:23:22 -05:00

11 lines
152 B
Text

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