pkgbuild/netctl-gui/libnetctlgui.install
2014-08-25 16:18:45 +04:00

12 lines
159 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}
post_upgrade() {
post_install "$1"
}
post_remove() {
post_install "$1"
}