wok diff bash/receipt @ rev 16350

Up: tazweb (1.9) - Fixes and editable bookmarks!
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 02:34:25 2014 +0200 (2014-04-13)
parents f4c22f009037
children 63618ce04c4a
line diff
     1.1 --- a/bash/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/bash/receipt	Sun Apr 13 02:34:25 2014 +0200
     1.3 @@ -96,5 +96,7 @@
     1.4  	root=$1
     1.5  	echo "Setting back sh as default for all users"
     1.6  	sed -i "s/:\/bin\/bash$/:\/bin\/sh/g"  /etc/passwd
     1.7 +	if [ -f /etc/skel/.bashrc ]; then
     1.8  	rm /etc/skel/.bashrc
     1.9 +	fi
    1.10  }