wok diff samba/receipt @ rev 2098

Add: aspell
author Paul Issott <paul@slitaz.org>
date Wed Jan 28 19:56:00 2009 +0000 (2009-01-28)
parents 28c442083d0a
children 89fb9e5371cd
line diff
     1.1 --- a/samba/receipt	Sun Dec 21 23:07:53 2008 +0000
     1.2 +++ b/samba/receipt	Wed Jan 28 19:56:00 2009 +0000
     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 -}