wok diff claws-mail/receipt @ rev 18179

Apache: fix init script
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 12:26:54 2015 +0200 (2015-07-05)
parents 589a225cacc7
children feb2e0c63d21
line diff
     1.1 --- a/claws-mail/receipt	Sun Oct 19 14:21:26 2014 +0200
     1.2 +++ b/claws-mail/receipt	Sun Jul 05 12:26:54 2015 +0200
     1.3 @@ -47,6 +47,6 @@
     1.4  # Post installation custom.
     1.5  post_install()
     1.6  {
     1.7 -	[ -x /usr/bin/gtk-update-icon-cache ] && \
     1.8 -		gtk-update-icon-cache  -f -t /usr/share/icons/hicolor
     1.9 +	[ -x $1/usr/bin/gtk-update-icon-cache ] &&
    1.10 +	  chroot "$1/" gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    1.11  }