diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-05 07:48:00 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-05 07:48:00 +0800 |
commit | 42b7738d95c3dd53c499b2c67761db45ab2b50a9 (patch) | |
tree | 7486138bbe35c1922691180050543867407d4de5 | |
parent | a2e1ba62bd793c91136aa9ed6653588e18849ee4 (diff) | |
download | freebsd-ports-graphics-42b7738d95c3dd53c499b2c67761db45ab2b50a9.tar.gz freebsd-ports-graphics-42b7738d95c3dd53c499b2c67761db45ab2b50a9.tar.zst freebsd-ports-graphics-42b7738d95c3dd53c499b2c67761db45ab2b50a9.zip |
Make deinstall not complain when trying to remove shared directories.
Approved by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
-rw-r--r-- | games/barrage/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/barrage/pkg-plist b/games/barrage/pkg-plist index 37720079259..675d9276fb5 100644 --- a/games/barrage/pkg-plist +++ b/games/barrage/pkg-plist @@ -25,8 +25,8 @@ share/barrage/sounds/gunfire.wav share/barrage/sounds/highlight.wav share/barrage/sounds/scream1.wav share/barrage/sounds/scream2.wav -@dirrm share/applnk/Applications/ -@dirrm share/applnk +@unexec rmdir %D/share/applnk/Applications/ 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true @dirrm share/barrage/sounds @dirrm share/barrage/gfx @dirrm share/barrage |