Package shadow-convert: Scripts

Post install

1
2
3
4
5
6
7
8
if [ $1 = 1 ]; then
	if [ ! -e /etc/gshadow ]; then
		/usr/sbin/grpconv
	fi
	if [ ! -e /etc/shadow -a ! -e /etc/tcb ]; then
		/usr/sbin/pwconv
	fi
fi