aboutsummaryrefslogtreecommitdiff
path: root/shells/lshell/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/lshell/pkg-plist')
-rw-r--r--shells/lshell/pkg-plist1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/lshell/pkg-plist b/shells/lshell/pkg-plist
index 4699e1a77eff..59fcc8c3e8de 100644
--- a/shells/lshell/pkg-plist
+++ b/shells/lshell/pkg-plist
@@ -1,4 +1,5 @@
bin/lshell
+man/man1/lshell.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; rm -f /etc/shells.bak
@unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
@unexec if cmp -s %D/etc/lshell.conf %D/etc/lshell.conf.sample; then rm -f %D/etc/lshell.conf; fi