wok diff pciutils/receipt @ rev 9398

dahdi-tools: needs -j1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 26 22:00:09 2011 +0100 (2011-03-26)
parents aa920dfe273d
children bab6e96ebac3
line diff
     1.1 --- a/pciutils/receipt	Sun Jan 09 14:35:06 2011 +0100
     1.2 +++ b/pciutils/receipt	Sat Mar 26 22:00:09 2011 +0100
     1.3 @@ -30,3 +30,14 @@
     1.4  	cp -a $src/lspci $fs/usr/bin
     1.5  	cp -a $src/setpci $fs/usr/bin
     1.6  }
     1.7 +
     1.8 +# Overlap busybox
     1.9 +pre_install()
    1.10 +{
    1.11 +	rm -f $1/usr/bin/lspci
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	ln -s /bin/busybox /usr/bin/lspci
    1.17 +}