wok diff cups/receipt @ rev 9161
Up: gtk-xfce-engine to 2.8.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 07 15:47:48 2011 +0000 (2011-03-07) |
parents | 00f520af3c9b |
children | 7ba9895e1216 |
line diff
1.1 --- a/cups/receipt Mon Jan 24 13:53:31 2011 +0100 1.2 +++ b/cups/receipt Mon Mar 07 15:47:48 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 +}