wok diff pciutils/receipt @ rev 10828
Fix: added cups to samba runtime dependencies
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Jun 07 11:57:29 2011 +0000 (2011-06-07) |
parents | aa920dfe273d |
children | bab6e96ebac3 |
line diff
1.1 --- a/pciutils/receipt Sun Jan 09 14:35:06 2011 +0100 1.2 +++ b/pciutils/receipt Tue Jun 07 11:57:29 2011 +0000 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 +}