diff options
author | kris <kris@FreeBSD.org> | 2004-12-16 13:49:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-16 13:49:27 +0800 |
commit | 7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135 (patch) | |
tree | 190106e9bf54a571703d713bb45b9e73a9c9d8c7 /games/gnubg | |
parent | befba174ca2c351e960ed7779aef28e6453785ff (diff) | |
download | freebsd-ports-graphics-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.gz freebsd-ports-graphics-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.zst freebsd-ports-graphics-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.zip |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnubg/pkg-plist b/games/gnubg/pkg-plist index ab142c1211a..90d2cfb5370 100644 --- a/games/gnubg/pkg-plist +++ b/games/gnubg/pkg-plist @@ -45,3 +45,5 @@ share/locale/is/LC_MESSAGES/gnubg.mo share/locale/it/LC_MESSAGES/gnubg.mo share/locale/ja/LC_MESSAGES/gnubg.mo share/locale/tr/LC_MESSAGES/gnubg.mo +@unexec rmdir %D/share/locale/en_US/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/en_US 2> /dev/null || true |