diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 04:36:15 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 04:36:15 +0000 |
commit | 8ad35cfd0efe6bffbe97a19601ea801b46bc6984 (patch) | |
tree | 9ea1264ffcdc5aa8a1d4fcc7a6ad05cc5a8ea720 | |
parent | Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really (diff) |
Add a missing file and @unexec rmdir
Notes
Notes:
svn path=/head/; revision=48456
Diffstat (limited to '')
-rw-r--r-- | games/tux-aqfh/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/tux-aqfh/pkg-plist b/games/tux-aqfh/pkg-plist index 898980589948..e578ec118fb0 100644 --- a/games/tux-aqfh/pkg-plist +++ b/games/tux-aqfh/pkg-plist @@ -1,3 +1,4 @@ +bin/tux_aqfh share/games/tux_aqfh/wavs/ahh.wav share/games/tux_aqfh/wavs/ahooga.wav share/games/tux_aqfh/wavs/barf.wav @@ -309,4 +310,5 @@ share/tux_aqfh/snap6tb.png @dirrm share/games/tux_aqfh/fonts @dirrm share/games/tux_aqfh/slamcode @dirrm share/games/tux_aqfh +@unexec rmdir %D/share/games 2>/dev/null || true @dirrm share/tux_aqfh |