diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /games/hlserver-wasteland | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) |
Notes
Diffstat (limited to 'games/hlserver-wasteland')
-rw-r--r-- | games/hlserver-wasteland/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hlserver-wasteland/pkg-plist b/games/hlserver-wasteland/pkg-plist index 64941851d908..c46f1882fe4d 100644 --- a/games/hlserver-wasteland/pkg-plist +++ b/games/hlserver-wasteland/pkg-plist @@ -77,6 +77,6 @@ @dirrm %%HLDSDIR%%wasteland/events @dirrm %%HLDSDIR%%wasteland/dlls @dirrm %%HLDSDIR%%wasteland/cl_dlls -@unexec rmdir %D/%%HLDSDIR%%wasteland/SAVE 2>/dev/null || true -@unexec rmdir %D/%%HLDSDIR%%wasteland/logs 2>/dev/null || true +@dirrmtry %%HLDSDIR%%wasteland/SAVE +@dirrmtry %%HLDSDIR%%wasteland/logs @unexec rmdir %D/%%HLDSDIR%%wasteland 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%wasteland`` to remove any configuration files and logs left." | fmt |