aboutsummaryrefslogtreecommitdiff
path: root/shells/tcsh/pkg-plist.nobuild
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/pkg-plist.nobuild')
-rw-r--r--shells/tcsh/pkg-plist.nobuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/shells/tcsh/pkg-plist.nobuild b/shells/tcsh/pkg-plist.nobuild
deleted file mode 100644
index 8aa5485a3dea..000000000000
--- a/shells/tcsh/pkg-plist.nobuild
+++ /dev/null
@@ -1,4 +0,0 @@
-@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