wok diff cups/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents 00f520af3c9b
children 7ba9895e1216
line diff
     1.1 --- a/cups/receipt	Mon Jan 24 13:53:31 2011 +0100
     1.2 +++ b/cups/receipt	Tue Mar 01 18:45:33 2011 +0000
     1.3 @@ -90,3 +90,14 @@
     1.4  {
     1.5  	/etc/init.d/cupsd stop
     1.6  }
     1.7 +
     1.8 +# Overlap busybox
     1.9 +pre_install()
    1.10 +{
    1.11 +	rm -f $1/usr/bin/lpr
    1.12 +}
    1.13 +
    1.14 +post_remove()
    1.15 +{
    1.16 +	ln -s /bin/busybox /usr/bin/lpr
    1.17 +}