wok-current diff libQtGui/receipt @ rev 19246
Up slitaz-tools (996)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 29 10:23:28 2016 +0200 (2016-06-29) |
parents | 9e01bc6321ea |
children | 9cb6a23202c2 |
line diff
1.1 --- a/libQtGui/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/libQtGui/receipt Wed Jun 29 10:23:28 2016 +0200 1.3 @@ -30,7 +30,7 @@ 1.4 post_install() 1.5 { 1.6 for i in $(ls "$1/home" 2> /dev/null); do 1.7 - [ -f "/home/$i/.config/Trolltech.conf" ] && continue 1.8 + [ -f "$1/home/$i/.config/Trolltech.conf" ] && continue 1.9 cp "$1/etc/skel/.config/Trolltech.conf" "$1/home/$i/.config" 1.10 chroot "$1/" chown -R $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.config" 1.11 done