Package consolehelper: Scripts

Post install

1
2
3
4
5
6
7
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-restore consolehelper 
else 
	for facility in consolehelper; do 
		/usr/sbin/control "$facility" public 
	done 
fi
Pre install

1
2
3
4
5
/usr/sbin/groupadd -r -f conshelp

if [ $1 -ge 2 ]; then 
	/usr/sbin/control-dump consolehelper 
fi