diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-29 11:42:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-03-29 11:42:32 +0000 |
commit | 7ed77ab1fd7387c3f5a02dd97808d515bd08796c (patch) | |
tree | 95c7869f408a993be906460c9e38b0198447fc29 /shells/bash1/pkg-plist | |
parent | 5e8d46378bac7a6e4082477d6483c1bdfcfa7b98 (diff) |
Notes
Diffstat (limited to 'shells/bash1/pkg-plist')
-rw-r--r-- | shells/bash1/pkg-plist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist deleted file mode 100644 index 23adcc6bb7b4..000000000000 --- a/shells/bash1/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/bash -@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 -bin/bashbug -@unexec install-info --delete %D/info/bash.info %D/info/dir -info/bash.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/bash.info %D/info/dir |