Files
MSYS2-packages/inetutils/inetutils.install
Christoph Reiter 8bf734d680 Rebuild all packages still in the base group
The group no longer exists, but these packages were never rebuilt
since then.

While at it also remove the texinfo install scripts
which are handled by a hook now and no longer needed.

And fix a typo in the flex license install line
2021-12-12 15:11:27 +01:00

14 lines
340 B
Plaintext

post_install() {
setcap cap_net_bind_service=+ep usr/bin/rcp 2>/dev/null || chmod +s usr/bin/rcp
setcap cap_net_bind_service=+ep usr/bin/rlogin 2>/dev/null || chmod +s usr/bin/rlogin
setcap cap_net_bind_service=+ep usr/bin/rsh 2>/dev/null || chmod +s usr/bin/rsh
}
post_upgrade() {
post_install $1
}
pre_remove() {
return 0
}