wok diff gmime/receipt @ rev 9826

Up cookutils (1.1) and add cookutils-daemon for build host (stand alone)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 15 16:15:09 2011 +0200 (2011-05-15)
parents ab563b6b9645
children 32fc82463121
line diff
     1.1 --- a/gmime/receipt	Sun Jan 30 16:09:14 2011 +0000
     1.2 +++ b/gmime/receipt	Sun May 15 16:15:09 2011 +0200
     1.3 @@ -32,3 +32,15 @@
     1.4  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.5  }
     1.6  
     1.7 +# Overlap busybox
     1.8 +pre_install()
     1.9 +{
    1.10 +	rm -f $1/usr/bin/uuencode
    1.11 +	rm -f $1/usr/bin/uudecode
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	ln -s /bin/busybox /usr/bin/uuencode
    1.17 +	ln -s /bin/busybox /usr/bin/uudecode
    1.18 +}