summaryrefslogtreecommitdiff
path: root/wm/bbkeys
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-14 15:17:15 +0000
committerwiz <wiz>2002-03-14 15:17:15 +0000
commit12d1374b82c8d9bacd321c583b863a4fdc6ff695 (patch)
tree3a43bdc877ac41bdf9ef97fe1fa9ecf6eb3fed72 /wm/bbkeys
parent6cdbe0259891fc32c97c3d2632fc4e0fd9f05e91 (diff)
downloadpkgsrc-12d1374b82c8d9bacd321c583b863a4fdc6ff695.tar.gz
Don't unconditionally delete share/bbtools, since bbpager now installs
there, too.
Diffstat (limited to 'wm/bbkeys')
-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