wok diff gmime/receipt @ rev 11148

xterm: add xterm.desktop & xterm.png
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 01 09:40:24 2011 +0100 (2011-11-01)
parents ab563b6b9645
children 32fc82463121
line diff
     1.1 --- a/gmime/receipt	Sun Jan 30 16:09:14 2011 +0000
     1.2 +++ b/gmime/receipt	Tue Nov 01 09:40:24 2011 +0100
     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 +}