wok-6.x diff claws-mail/receipt @ rev 19857
syslinux/iso2exe: fix recursive_partition + hybrib_mbr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 18 09:21:47 2017 +0100 (2017-03-18) |
parents | feb2e0c63d21 |
children | 86790a278e70 |
line diff
1.1 --- a/claws-mail/receipt Thu Jul 16 01:48:33 2015 +0200 1.2 +++ b/claws-mail/receipt Sat Mar 18 09:21:47 2017 +0100 1.3 @@ -46,6 +46,6 @@ 1.4 # Post installation custom. 1.5 post_install() 1.6 { 1.7 - [ -x $1/usr/bin/gtk-update-icon-cache ] && 1.8 + [ -x "$1/usr/bin/gtk-update-icon-cache" ] && 1.9 chroot "$1/" gtk-update-icon-cache -f -t /usr/share/icons/hicolor 1.10 }