diff options
-rw-r--r-- | shells/sash/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/sash/pkg-plist b/shells/sash/pkg-plist index a37894153f80..1272cbfc967e 100644 --- a/shells/sash/pkg-plist +++ b/shells/sash/pkg-plist @@ -1,3 +1,4 @@ bin/sash +man/man1/sash.1.gz @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 |