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 /graphics/zphoto | |
parent | befba174ca2c351e960ed7779aef28e6453785ff (diff) | |
download | freebsd-ports-gnome-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.gz freebsd-ports-gnome-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.zst freebsd-ports-gnome-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 'graphics/zphoto')
-rw-r--r-- | graphics/zphoto/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/zphoto/pkg-plist b/graphics/zphoto/pkg-plist index 98fbe669c3df..e30b2cf9ec9e 100644 --- a/graphics/zphoto/pkg-plist +++ b/graphics/zphoto/pkg-plist @@ -32,6 +32,8 @@ share/zphoto/doc/images/wxzphoto.png share/zphoto/fonts/EfontSerifB.fdb share/locale/ja/LC_MESSAGES/zphoto.mo share/locale/ja_JP.SJIS/LC_MESSAGES/zphoto.mo +@unexec rmdir %D/share/locale/ja_JP.SJIS/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ja_JP.SJIS 2> /dev/null || true @dirrm share/zphoto/templates/default/en @dirrm share/zphoto/templates/default/ja @dirrm share/zphoto/templates/default/all |