wok diff slitaz-icons-faenza/receipt @ rev 18610

lxpanel: put profile to /etc/skel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 17 15:45:17 2015 +0200 (2015-11-17)
parents 5e26ab6bd360
children 116d1a154b07
line diff
     1.1 --- a/slitaz-icons-faenza/receipt	Sat Nov 07 03:08:19 2015 +0200
     1.2 +++ b/slitaz-icons-faenza/receipt	Tue Nov 17 15:45:17 2015 +0200
     1.3 @@ -22,8 +22,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -f $stuff/start-here-slitaz-48.png \
     1.8 -		$fs/usr/share/icons/SliTaz-Faenza/48x48/places/start-here.png
     1.9 -	cp  $stuff/view-filter.png $stuff/view-sidetree.png \
    1.10 -		$fs/usr/share/icons/SliTaz-Faenza/16x16/actions
    1.11 +	f="$fs/usr/share/icons/SliTaz-Faenza"
    1.12 +	cp -f $stuff/start-here-slitaz-48.png $f/48x48/places/start-here.png
    1.13 +	cp  $stuff/view-filter.png $stuff/view-sidetree.png $f/16x16/actions
    1.14 +	# Use 16x16 icon on 22x22 canvas:
    1.15 +	cp  $stuff/avatar-default.png $f/22x22/status
    1.16  }