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/q3base | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (diff) | |
download | ports-0416031c9ba13da33845bc762078065b482dd551.tar.gz ports-0416031c9ba13da33845bc762078065b482dd551.zip |
Notes
Diffstat (limited to 'games/q3base')
-rw-r--r-- | games/q3base/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/q3base/pkg-plist b/games/q3base/pkg-plist index 3a9ffc01f7dd..cae9f01cd4f0 100644 --- a/games/q3base/pkg-plist +++ b/games/q3base/pkg-plist @@ -7,8 +7,8 @@ lib/quake3/missionpack/qagame.so lib/quake3/missionpack/ui.so @dirrm lib/quake3/baseq3 @dirrm lib/quake3/missionpack -@unexec rmdir %D/lib/quake3 2>/dev/null || true -@unexec rmdir %D/share/quake3/q3base 2>/dev/null || true -@unexec rmdir %D/share/quake3/missionpack 2>/dev/null || true -@unexec rmdir %D/share/quake3/baseq3 2>/dev/null || true -@unexec rmdir %D/share/quake3 2>/dev/null || true +@dirrmtry lib/quake3 +@dirrmtry share/quake3/q3base +@dirrmtry share/quake3/missionpack +@dirrmtry share/quake3/baseq3 +@dirrmtry share/quake3 |