diff options
author | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-27 23:14:57 +0000 |
commit | 495674534c45d86d3ad9149cdba75ca0bbbe1a0e (patch) | |
tree | fedd73618682db59faeb8a7ce47ae753d9995845 /testing/shadow/shadow.install | |
parent | d5d697136e6d703fa618b3fb08915eef50d4d4de (diff) |
Sun Nov 27 23:14:57 UTC 2011
Diffstat (limited to 'testing/shadow/shadow.install')
-rw-r--r-- | testing/shadow/shadow.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/shadow/shadow.install b/testing/shadow/shadow.install new file mode 100644 index 000000000..c1bd1066b --- /dev/null +++ b/testing/shadow/shadow.install @@ -0,0 +1,8 @@ +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 +} |