wok diff openldap/receipt @ rev 1924
volatile.cpio.gz in receipt is incompatible with tazpkg stuff
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 23 10:31:12 2008 +0000 (2008-12-23) |
parents | d3bf4c35c370 |
children | 1dd05d636371 |
line diff
1.1 --- a/openldap/receipt Tue Dec 23 10:01:16 2008 +0000 1.2 +++ b/openldap/receipt Tue Dec 23 10:31:12 2008 +0000 1.3 @@ -45,11 +45,6 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - ( cd $1/ ; cpio -o -H newc | gzip -9 ) > \ 1.8 - $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOT 1.9 -etc/openldap/ldap.conf 1.10 -etc/openldap/slapd.conf 1.11 -EOT 1.12 ( cd $1/$INSTALLED/ ; grep -l /etc/openldap/slapd.conf */receipt ) | \ 1.13 while read file; do 1.14 pkg=$(dirname $file) 1.15 @@ -58,8 +53,3 @@ 1.16 tazpkg reconfigure $pkg 1.17 done 1.18 } 1.19 - 1.20 -repack_cleanup() 1.21 -{ 1.22 - zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id ) 1.23 -}