wok diff samba/receipt @ rev 1990

Fix: xrick CATEGORY
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 06 23:40:55 2009 +0100 (2009-01-06)
parents 28c442083d0a
children 89fb9e5371cd
line diff
     1.1 --- a/samba/receipt	Sun Dec 21 23:07:53 2008 +0000
     1.2 +++ b/samba/receipt	Tue Jan 06 23:40:55 2009 +0100
     1.3 @@ -54,10 +54,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/samba
    1.10 -EOT
    1.11  	cat <<EOF
    1.12  ----
    1.13  The main configuration file is /etc/samba/smb.conf
    1.14 @@ -70,8 +66,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 -}