wok diff gmime/receipt @ rev 9425
add: ruby-enterprise*
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Mar 30 23:45:07 2011 +0200 (2011-03-30) |
parents | ab563b6b9645 |
children | 32fc82463121 |
line diff
1.1 --- a/gmime/receipt Sun Jan 30 16:09:14 2011 +0000 1.2 +++ b/gmime/receipt Wed Mar 30 23:45:07 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 +}