cracklib: remove obsolete post_install workaround.

This commit is contained in:
Juan RP 2014-03-06 11:20:08 +01:00
parent 8935913ab3
commit 1181fda77e

View file

@ -27,10 +27,7 @@ if [ "$CROSS_BUILD" ]; then
fi fi
post_install() { post_install() {
if [ -e ../cracklib-words-1.2.gz ]; then vinstall ${wrksrc}/cracklib-words-1.2 644 usr/share/cracklib cracklib-words
gunzip ../cracklib-words-1.2.gz
fi
vinstall ../cracklib-words-1.2 644 usr/share/cracklib cracklib-words
} }
cracklib-devel_package() { cracklib-devel_package() {