wok diff splix/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 64fae462fb28
children 3d805214d753
line diff
     1.1 --- a/splix/receipt	Wed Feb 16 23:19:40 2011 +0100
     1.2 +++ b/splix/receipt	Sat Aug 03 17:37:48 2013 +0300
     1.3 @@ -30,5 +30,5 @@
     1.4  	cp -a $_pkg/usr/lib/cups $fs/usr/lib/
     1.5  	cp -a $_pkg/usr/share/cups $fs/usr/share		
     1.6  	# gzip all ppd files
     1.7 -	#find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9
     1.8 +	find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9
     1.9  }