summaryrefslogtreecommitdiff
path: root/games/crossfire-srv
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-21 01:37:53 +0000
committerwiz <wiz@pkgsrc.org>2002-10-21 01:37:53 +0000
commit50dbe243bec3a974ecc4a5df7ccce35acaee1f47 (patch)
tree4f68d3d884b0f209a48a1276381a5320672f0f42 /games/crossfire-srv
parenta7741e1c4b90a39f2cef9d83926165f310131b1f (diff)
downloadpkgsrc-50dbe243bec3a974ecc4a5df7ccce35acaee1f47.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