wok diff remind/receipt @ rev 21454
updated mlt-python-bindings (0.7.2 -> 6.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 17:40:07 2019 +0100 (2019-04-29) |
parents | 27a62ac947e8 |
children | 0090a0579e87 |
line diff
1.1 --- a/remind/receipt Wed Jun 22 19:29:55 2016 +0100 1.2 +++ b/remind/receipt Mon Apr 29 17:40:07 2019 +0100 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