summaryrefslogblamecommitdiffstats
path: root/source/ap/zsh/doinst.sh
blob: 5a862deb600c33f852be2ad4d9a060124586dd1d (plain) (tree)
1
2
3
4
5
6





                                                        
if ! grep zsh etc/shells 1> /dev/null 2> /dev/null; then
  echo "/bin/zsh" >> etc/shells
fi
if [ ! -e etc/zprofile ]; then
  ( cd etc ; ln -sf profile zprofile )
fi