summaryrefslogtreecommitdiff
path: root/shells/zsh/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/pkg-plist')
-rw-r--r--shells/zsh/pkg-plist1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/zsh/pkg-plist b/shells/zsh/pkg-plist
index ed3ca68b028f..41ee21f12661 100644
--- a/shells/zsh/pkg-plist
+++ b/shells/zsh/pkg-plist
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
bin/zsh
@exec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
@unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak