wok diff bash/receipt @ rev 16817

Add appdata-tools
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:19:29 2014 -0300 (2014-07-10)
parents f4c22f009037
children 63618ce04c4a
line diff
     1.1 --- a/bash/receipt	Sat Sep 07 18:25:02 2013 +0000
     1.2 +++ b/bash/receipt	Thu Jul 10 23:19:29 2014 -0300
     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  }