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
14 lines
340 B
Plaintext
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
|
|
}
|