PKGBUILDs/extra/network-manager-applet/network-manager-applet.install

12 lines
152 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}