9 lines
105 B
Text
9 lines
105 B
Text
|
case ${ACTION} in
|
||
|
pre)
|
||
|
if [ "$UPDATE" = "no" ]; then
|
||
|
rm -f usr/share/cracklib/pw_dict.*
|
||
|
fi
|
||
|
;;
|
||
|
esac
|
||
|
|