summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-14 15:17:15 +0000
committerwiz <wiz@pkgsrc.org>2002-03-14 15:17:15 +0000
commit8cf66e43104f058104a834e04546fd9f8a1fe508 (patch)
tree3a43bdc877ac41bdf9ef97fe1fa9ecf6eb3fed72
parent1305c0dfdce379891f31a38e32dd7ab29b4f21c8 (diff)
downloadpkgsrc-8cf66e43104f058104a834e04546fd9f8a1fe508.tar.gz
Don't unconditionally delete share/bbtools, since bbpager now installs
there, too.
-rw-r--r--wm/bbkeys/PLIST4
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