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
1 changed files with 1 additions and 4 deletions

View File

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