summaryrefslogtreecommitdiff
path: root/shells/bash/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/pkg-plist')
-rw-r--r--shells/bash/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist
index 538cc642cbbb..eba921d1aacb 100644
--- a/shells/bash/pkg-plist
+++ b/shells/bash/pkg-plist
@@ -1,5 +1,7 @@
@cwd /usr/local
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
man/man1/bash.1
man/man1/bash_builtins.1