wok diff asterisk/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents 45e6c1f3da4f
children 7a436db659a4
line diff
     1.1 --- a/asterisk/receipt	Mon Dec 22 12:16:29 2008 +0000
     1.2 +++ b/asterisk/receipt	Sun Feb 15 22:50:52 2009 +0000
     1.3 @@ -86,17 +86,3 @@
     1.4  		;;
     1.5  	esac
     1.6  }
     1.7 -
     1.8 -# Pre and post install commands for Tazpkg.
     1.9 -post_install()
    1.10 -{
    1.11 -	( cd $1/ ; cpio -o -H newc | gzip -9 ) > \
    1.12 -		$1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOT
    1.13 -$(cd $1/ ; find etc/asterisk -type f)
    1.14 -EOT
    1.15 -}
    1.16 -
    1.17 -repack_cleanup()
    1.18 -{
    1.19 -        zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id )
    1.20 -}