mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
8 lines
144 B
Plaintext
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"
|
|
}
|