diff options
Diffstat (limited to 'shells/pdksh/pkg-plist')
-rw-r--r-- | shells/pdksh/pkg-plist | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shells/pdksh/pkg-plist b/shells/pdksh/pkg-plist deleted file mode 100644 index 830a7aa96d33..000000000000 --- a/shells/pdksh/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@cwd /usr/local -bin/ksh -@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells -@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells -man/man1/ksh.1 |