wok diff e2fsprogs/receipt @ rev 9572

Up: xfce4-panel to 4.8.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 11 23:47:34 2011 +0000 (2011-04-11)
parents bdcb3c29980e
children 7b7b3127147e
line diff
     1.1 --- a/e2fsprogs/receipt	Thu Dec 23 15:36:53 2010 +0000
     1.2 +++ b/e2fsprogs/receipt	Mon Apr 11 23:47:34 2011 +0000
     1.3 @@ -48,3 +48,16 @@
     1.4  	rm $fs/usr/sbin/uuidd $fs/usr/bin/uuidgen
     1.5  	rm $fs/lib/libuuid* $fs/usr/lib/libuuid*
     1.6  }
     1.7 +
     1.8 +# Overlap busybox
     1.9 +pre_install()
    1.10 +{
    1.11 +	rm -f $1/sbin/findfs
    1.12 +	rm -f $1/sbin/tune2fs
    1.13 +}
    1.14 +
    1.15 +post_remove()
    1.16 +{
    1.17 +	ln -s /bin/busybox /sbin/findfs
    1.18 +	ln -s /bin/busybox /sbin/tune2fs
    1.19 +}