wok diff remind/receipt @ rev 21810

Add python-cffi, python-cparser & python-cryptography
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 17 18:44:53 2019 +0200 (2019-08-17)
parents 27a62ac947e8
children 0090a0579e87
line diff
     1.1 --- a/remind/receipt	Wed Jun 22 19:29:55 2016 +0100
     1.2 +++ b/remind/receipt	Sat Aug 17 18:44:53 2019 +0200
     1.3 @@ -36,9 +36,10 @@
     1.4  post_install()
     1.5  {
     1.6  	# Check for ~/.reminders file - needed for wyrd
     1.7 +	nl="\\n"
     1.8  	for i in $(ls "$1/home" 2> /dev/null); do
     1.9  		[ -f "$1/home/$i/.reminders" ] && continue
    1.10 -		echo -n "Creating config file for $i ..."
    1.11 +		echo -en "${nl}Creating config file for $i ..."
    1.12  		touch "$1/home/$i/.reminders" 
    1.13  		chroot "$1/" chown $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.reminders"
    1.14  		status