core/shadow/shadow.install
Jan Mette a20ff5c68a
2010-03-13 15:25:19 +00:00

9 lines
168 B
Plaintext

post_upgrade() {
grpck -r &>/dev/null
if [ $? -eq 2 ]; then
echo "Fixing gshadow file ..."
while :; do echo "y"; done | grpck &>/dev/null
fi
return 0
}