wok-stable diff util-linux-ng-blkid/receipt @ rev 8879

udhcpc6-fake, util-linux-ng-blkid, xz: restore busybox links in port_remove()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 27 01:43:15 2011 +0100 (2011-02-27)
parents 78988bd0500a
children edf212a8db46
line diff
     1.1 --- a/util-linux-ng-blkid/receipt	Sun Feb 13 15:07:28 2011 +0000
     1.2 +++ b/util-linux-ng-blkid/receipt	Sun Feb 27 01:43:15 2011 +0100
     1.3 @@ -18,3 +18,14 @@
     1.4  	cp -a $_pkg/lib/libblkid.so* $fs/lib
     1.5  	cp -a $_pkg/usr/lib/libblkid.so* $fs/usr/lib
     1.6  }
     1.7 +
     1.8 +# Overlap busybox
     1.9 +pre_install()
    1.10 +{
    1.11 +	rm -f $1/sbin/blkid
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	ln -s /bin/busybox /sbin/blkid
    1.17 +}