netctl-gui/arch/libnetctlgui.install
arcan1s 0a16364a7a update docs
change building
2014-08-20 21:16:31 +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"
}