netctl-gui/arch/netctlgui-helper.install
arcan1s 0a16364a7a update docs
change building
2014-08-20 21:16:31 +04:00

8 lines
144 B
Plaintext

post_install() {
setcap cap_setuid=ep usr/bin/netctlgui-helper 2>/dev/null || chmod +s usr/bin/ping
}
post_upgrade() {
post_install "$1"
}