wok diff slim/receipt @ rev 17034
slitaz-configs-base: check for /etc/skel while update ~/.xinitrc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Aug 17 18:44:51 2014 +0200 (2014-08-17) |
parents | 59d26358e983 |
children | e1f5a5493f82 |
line diff
1.1 --- a/slim/receipt Fri Apr 25 03:00:47 2014 +0200 1.2 +++ b/slim/receipt Sun Aug 17 18:44:51 2014 +0200 1.3 @@ -55,8 +55,9 @@ 1.4 cp -a $stuff/etc $fs 1.5 chown -R root.root $fs 1.6 1.7 - # slim-theme manager 1.8 + # slim-theme manager & default strings 1.9 install -m755 $stuff/slim-theme $fs/usr/bin/slim-theme 1.10 + install -m644 $stuff/strings $fs/usr/share/slim/strings 1.11 } 1.12 1.13 post_install() 1.14 @@ -65,4 +66,6 @@ 1.15 USER=$(awk -F: '/:1000:1000:/ { print $1 }' < $1/etc/passwd) 1.16 [ -n "$USER" ] && 1.17 sed -i s/"default_user .*"/"default_user $USER"/ $1/etc/slim.conf 1.18 + 1.19 + slim-theme -s base 1.20 }