wok diff wget/receipt @ rev 4284

ffmpeg: version 0.5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 11:32:26 2009 +0200 (2009-09-26)
parents 71793d4be150
children 746b0f72e9a5
line diff
     1.1 --- a/wget/receipt	Sun Nov 16 17:23:17 2008 +0000
     1.2 +++ b/wget/receipt	Sat Sep 26 11:32:26 2009 +0200
     1.3 @@ -38,4 +38,20 @@
     1.4  "
     1.5  }
     1.6  
     1.7 +# Pre and post install commands for Tazpkg.
     1.8 +# We must remove all Busybox symlink before installing.
     1.9 +#
    1.10 +pre_install()
    1.11 +{
    1.12 +	local root
    1.13 +	root=$1
    1.14 +	echo "Processing pre-install commands..."
    1.15 +	echo -n "Removing all Busybox replaced utils... "
    1.16 +	rm -f $root/usr/bin/wget
    1.17 +	status
    1.18 +}
    1.19  
    1.20 +post_remove()
    1.21 +{
    1.22 +	ln -s /bin/busybox /usr/bin/wget
    1.23 +}