summaryrefslogtreecommitdiff
path: root/games/crossfire-srv
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 01:37:53 +0000
committerwiz <wiz>2002-10-21 01:37:53 +0000
commit2da5e0492ba364329e1436822a69dee2025b707e (patch)
tree4f68d3d884b0f209a48a1276381a5320672f0f42 /games/crossfire-srv
parentb95b3b4e168224f7b798daa87f63290634b71513 (diff)
downloadpkgsrc-2da5e0492ba364329e1436822a69dee2025b707e.tar.gz
Suppress errors if no unique items have been created yet.
Diffstat (limited to 'games/crossfire-srv')
-rw-r--r--games/crossfire-srv/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-srv/PLIST b/games/crossfire-srv/PLIST
index 0eedbdcd470..09307f0f9c0 100644
--- a/games/crossfire-srv/PLIST
+++ b/games/crossfire-srv/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:39 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/10/21 01:37:53 wiz Exp $
bin/random_map
bin/crossfire
bin/flushlocks
@@ -1759,7 +1759,7 @@ share/crossfire/maps/mak/unnatural/unnat
var/crossfire/highscore
var/crossfire/bookarch
var/crossfire/temp.maps
-@unexec ${RM} -r %D/var/crossfire/unique-items/*
+@unexec ${RM} -r %D/var/crossfire/unique-items/* 2> /dev/null || ${TRUE}
@dirrm var/crossfire/unique-items
@dirrm var/crossfire/players
@dirrm var/crossfire