wok diff smbwebclient/receipt @ rev 3809

Up: tazpkg (3.0) - New commands, improvment and fix
author Christophe Lincoln <pankso@slitaz.org>
date Wed Aug 05 23:26:27 2009 +0200 (2009-08-05)
parents e663d0a50e66
children f5b04145b323
line diff
     1.1 --- a/smbwebclient/receipt	Sat Oct 11 14:07:18 2008 +0000
     1.2 +++ b/smbwebclient/receipt	Wed Aug 05 23:26:27 2009 +0200
     1.3 @@ -30,10 +30,6 @@
     1.4  
     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/samba/smbwebclient.conf
    1.10 -EOT
    1.11  	if [ -f $1/etc/locale.conf ]; then
    1.12  		lang=$(. /etc/locale.conf; echo ${LANG%_*})
    1.13  		sed -i "s/DefaultLanguage = 'us'/DefaultLanguage = '$lang'/" \
    1.14 @@ -77,8 +73,3 @@
    1.15  ---
    1.16  EOF
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}