Package screen: Скрипты

Post install

ln -f /usr/lib/chkpwd/tcb_chkpwd /usr/lib/screen/
ln -f /usr/lib/utempter/utempter /usr/lib/screen/
Pre install

/usr/sbin/groupadd -r -f screen
Pre uninstall

1
2
3
if [ $1 -eq 0 ]; then
	rm -f /usr/lib/screen/{tcb_chkpwd,utempter}
fi