diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-14 15:17:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-14 15:17:15 +0000 |
commit | 8cf66e43104f058104a834e04546fd9f8a1fe508 (patch) | |
tree | 3a43bdc877ac41bdf9ef97fe1fa9ecf6eb3fed72 /wm | |
parent | 1305c0dfdce379891f31a38e32dd7ab29b4f21c8 (diff) | |
download | pkgsrc-8cf66e43104f058104a834e04546fd9f8a1fe508.tar.gz |
Don't unconditionally delete share/bbtools, since bbpager now installs
there, too.
Diffstat (limited to 'wm')
-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 |