tazpkg diff tazpkg-box @ rev 860

remove: using "rmdir -p" instead of loop (thanks Lucas Levrel)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 14 14:41:30 2015 +0200 (2015-11-14)
parents a02e36d44d06
children 688494ca8f5f
line diff
     1.1 --- a/tazpkg-box	Fri Aug 28 16:10:34 2015 +0300
     1.2 +++ b/tazpkg-box	Sat Nov 14 14:41:30 2015 +0200
     1.3 @@ -13,7 +13,8 @@
     1.4  export TEXTDOMAIN='tazpkg'
     1.5  
     1.6  text="<b>$(_ 'SliTaz Package Action')</b>"
     1.7 -opts="--window-icon=tazpkg --image=tazpkg --image-on-top --center --on-top \
     1.8 +icon="system-software-install"
     1.9 +opts="--window-icon=$icon --image=$icon --image-on-top --center --on-top \
    1.10  --height=350 --width=520 --title=TazPkg"
    1.11  
    1.12