diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-11 01:31:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-11 01:31:51 +0000 |
commit | 97d7be650e1aaf16f3377c4ad5442e65c76cf01b (patch) | |
tree | 850d20d1ab8eae7ea2a377d79fd5223255a67900 /games/klondike | |
parent | Fix plist (diff) |
Fix plist
Notes
Notes:
svn path=/head/; revision=39510
Diffstat (limited to 'games/klondike')
-rw-r--r-- | games/klondike/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/klondike/pkg-plist b/games/klondike/pkg-plist index 868f474a5a17..ea95c2143881 100644 --- a/games/klondike/pkg-plist +++ b/games/klondike/pkg-plist @@ -65,3 +65,7 @@ share/games/klondike/CARDS/c_ts.xbm share/games/klondike/CARDS/c_warnspace.xbm @exec mkdir -p %D/share/games/klondike/SCORES @exec chmod 333 %D/share/games/klondike/SCORES +@dirrm share/games/klondike/CARDS/ +@dirrm share/games/klondike/SCORES/ +@dirrm share/games/klondike/ +@unexec rmdir share/games 2>/dev/null || true |