mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-13 05:55:12 +02:00
8 lines
105 B
Text
8 lines
105 B
Text
case ${ACTION} in
|
|
pre)
|
|
if [ "$UPDATE" = "no" ]; then
|
|
rm -f usr/share/cracklib/pw_dict.*
|
|
fi
|
|
;;
|
|
esac
|
|
|