aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93/pkg-plist
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-22 14:52:05 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-22 14:52:05 +0000
commite2f5a7ed7e50ce520e1ee3c374873634883a97ca (patch)
treee01fbc849cd7db5d40804b91572d25e4fd71db6f /shells/ksh93/pkg-plist
parent2957ac73158075a60cb9e3198c514cfaf2973de3 (diff)
Notes
Diffstat (limited to 'shells/ksh93/pkg-plist')
-rw-r--r--shells/ksh93/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist
index 9bdf63903058..a9615ede13ad 100644
--- a/shells/ksh93/pkg-plist
+++ b/shells/ksh93/pkg-plist
@@ -1,4 +1,7 @@
@comment $FreeBSD$
bin/ksh93
+share/examples/ksh93/dirs
+share/examples/ksh93/popd
+@dirrm share/examples/ksh93
@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