summaryrefslogtreecommitdiff
path: root/shells/tcsh/pkg-plist.nobuild
blob: 8aa5485a3dead9152912da43d2146857a2df0a54 (plain) (blame)
1
2
3
4
@exec ln -sf /bin/tcsh %D/bin/tcsh
@unexec rm -f %D/bin/tcsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak; echo %D/bin/tcsh) >/etc/shells
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/bin/tcsh /etc/shells.bak) >/etc/shells