repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git]
/
selinux-shadow
/
shadow.install
blob
e990bfe3925bc080a8d27bc40b923926c4b35007
1
post_upgrade() {
2
grpck -r >/dev/null 2>&1
3
if [ $? -eq 2 ]; then
4
printf '%s\n' \
5
"==> Warning: /etc/group or /etc/gshadow are inconsistant." \
6
" Run 'grpck' to correct this."
7
fi
8
return 0
9
}