wok diff remind/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents 633aff33b052
children 17c84cd0c81a
line diff
     1.1 --- a/remind/receipt	Sun Aug 24 21:21:42 2014 +0200
     1.2 +++ b/remind/receipt	Sat Oct 18 17:59:10 2014 +0200
     1.3 @@ -28,14 +28,15 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr $fs/etc/skel
     1.9 +	touch $fs/etc/skel/.reminders
    1.10  	cp -a $install/usr/bin $fs/usr
    1.11  }
    1.12  
    1.13  post_install()
    1.14  {
    1.15  	# Check for ~/.reminders file - needed for wyrd
    1.16 -	for i in $(ls $1/home); do
    1.17 +	for i in $(ls $1/home 2> /dev/null); do
    1.18  		[ -f $1/home/$i/.reminders ] && continue
    1.19  		echo -n "Creating config file for $i ..."
    1.20  		touch $1/home/$i/.reminders