wok diff mysql/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 03a799424aaa
children 49b2e5444f68
line diff
     1.1 --- a/mysql/receipt	Fri Sep 26 09:21:16 2008 +0000
     1.2 +++ b/mysql/receipt	Tue Dec 23 10:31:12 2008 +0000
     1.3 @@ -52,10 +52,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/my.cnf
    1.10 -EOT
    1.11  	# adduser mysql if needed
    1.12  	if ! grep -q mysql $1/etc/passwd; then
    1.13  		echo -n "Adding user mysql..."
    1.14 @@ -85,8 +81,3 @@
    1.15  	deluser mysql
    1.16  	delgroup mysql
    1.17  }
    1.18 -
    1.19 -repack_cleanup()
    1.20 -{
    1.21 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.22 -}