wok-current diff asterisk/receipt @ rev 2036
Add: pngcrush (1.6.13)
author | Fabrice THIROUX <mimas@slitaz.org> |
---|---|
date | Sat Jan 10 20:35:13 2009 +0100 (2009-01-10) |
parents | 45e6c1f3da4f |
children | 7a436db659a4 |
line diff
1.1 --- a/asterisk/receipt Mon Dec 22 12:16:29 2008 +0000 1.2 +++ b/asterisk/receipt Sat Jan 10 20:35:13 2009 +0100 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 -}