cracklib: remove obsolete post_install workaround.
This commit is contained in:
parent
8935913ab3
commit
1181fda77e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue