diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-13 09:46:26 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-13 09:46:26 +0000 |
commit | 5294c83b62283d0478d586de99eaf59f3a81edb8 (patch) | |
tree | 6c6754b3d0c2acab5a8b9e657d4f684d89d668ce /shells/ksh93/pkg-plist | |
parent | 31467bc5f2d36d12d768b94a9b7b2b37f271178e (diff) |
Notes
Diffstat (limited to 'shells/ksh93/pkg-plist')
-rw-r--r-- | shells/ksh93/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/ksh93/pkg-plist b/shells/ksh93/pkg-plist index 6c29fc976008..fa4cb8a5e905 100644 --- a/shells/ksh93/pkg-plist +++ b/shells/ksh93/pkg-plist @@ -2,7 +2,7 @@ bin/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 -share/examples/ksh93/dirs -share/examples/ksh93/popd -share/examples/ksh93/pushd -@dirrm share/examples/ksh93 +%%EXAMPLESDIR%%/dirs +%%EXAMPLESDIR%%/popd +%%EXAMPLESDIR%%/pushd +@dirrm %%EXAMPLESDIR%% |