wok diff dosfstools/receipt @ rev 8876

dosfstools, e2fsprogs, gmime: restore busybox links in port_remove()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 27 01:26:00 2011 +0100 (2011-02-27)
parents f5889d914299
children 2ab1bb45de99
line diff
     1.1 --- a/dosfstools/receipt	Fri Sep 17 17:06:33 2010 +0000
     1.2 +++ b/dosfstools/receipt	Sun Feb 27 01:26:00 2011 +0100
     1.3 @@ -25,3 +25,14 @@
     1.4  	cp -a $src/dosfslabel $fs/sbin
     1.5  	strip -s $fs/sbin/*
     1.6  }
     1.7 +
     1.8 +# Overlap busybox
     1.9 +pre_install()
    1.10 +{
    1.11 +	rm -f $1/sbin/mkdosfs
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	ln -s /bin/busybox /sbin/mkdosfs
    1.17 +}