wok diff cups/receipt @ rev 9231

Fix-depends: enna depends on elementary
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Mar 12 01:45:11 2011 +0100 (2011-03-12)
parents 00f520af3c9b
children 7ba9895e1216
line diff
     1.1 --- a/cups/receipt	Mon Jan 24 13:53:31 2011 +0100
     1.2 +++ b/cups/receipt	Sat Mar 12 01:45:11 2011 +0100
     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 +}