diff options
author | wiz <wiz> | 2002-03-14 15:17:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 15:17:15 +0000 |
commit | d6b5223d6896dfc2140bd0ecd5ae7d92bd5923d1 (patch) | |
tree | 3a43bdc877ac41bdf9ef97fe1fa9ecf6eb3fed72 /wm/bbkeys/PLIST | |
parent | 2905b93a3245a12d3839556c41dae60d86a4f752 (diff) | |
download | pkgsrc-d6b5223d6896dfc2140bd0ecd5ae7d92bd5923d1.tar.gz |
Don't unconditionally delete share/bbtools, since bbpager now installs
there, too.
Diffstat (limited to 'wm/bbkeys/PLIST')
-rw-r--r-- | wm/bbkeys/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/bbkeys/PLIST b/wm/bbkeys/PLIST index 92eb92395d0..85b0b9237a7 100644 --- a/wm/bbkeys/PLIST +++ b/wm/bbkeys/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:05 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/14 15:17:15 wiz Exp $ bin/bbkeys bin/bbkeysConfigC share/bbtools/README.bbkeys share/bbtools/bbkeys.bb share/bbtools/bbkeys.nobb -@dirrm share/bbtools +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true |