diff options
Diffstat (limited to 'shells/bash1/pkg-plist')
-rw-r--r-- | shells/bash1/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist new file mode 100644 index 000000000000..23adcc6bb7b4 --- /dev/null +++ b/shells/bash1/pkg-plist @@ -0,0 +1,8 @@ +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 |