wok diff bash/receipt @ rev 17145
libnxml: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 10 12:55:03 2014 +0200 (2014-09-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 Wed Sep 10 12:55:03 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 }