update netctl-gui

This commit is contained in:
arcan1s
2014-08-25 16:18:45 +04:00
parent 06959193cb
commit 37d42fcb63
5 changed files with 110 additions and 32 deletions

View File

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