wok diff cups/receipt @ rev 19563

linld: fix previous commit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 17 19:13:29 2016 +0100 (2016-12-17)
parents 4cb2e73cd9d8
children c1cf33a04d62
line diff
     1.1 --- a/cups/receipt	Sat Jun 04 12:20:36 2016 +0200
     1.2 +++ b/cups/receipt	Sat Dec 17 19:13:29 2016 +0100
     1.3 @@ -102,5 +102,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox "$1/usr/bin/lpr"
     1.8 +	ln -fs /bin/busybox "$1/usr/bin/lpr"
     1.9  }