diff options
author | kris <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
commit | 7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135 (patch) | |
tree | 190106e9bf54a571703d713bb45b9e73a9c9d8c7 /security/gringotts | |
parent | befba174ca2c351e960ed7779aef28e6453785ff (diff) | |
download | FreeBSD-ports-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.zip FreeBSD-ports-7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135.tar.gz |
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 'security/gringotts')
-rw-r--r-- | security/gringotts/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/gringotts/pkg-plist b/security/gringotts/pkg-plist index 08596a0..3adfa86 100644 --- a/security/gringotts/pkg-plist +++ b/security/gringotts/pkg-plist @@ -3,7 +3,6 @@ share/pixmaps/gringotts.xpm share/locale/de/LC_MESSAGES/gringotts.mo share/locale/fr/LC_MESSAGES/gringotts.mo share/locale/it/LC_MESSAGES/gringotts.mo -@unexec rmdir -p %D/share/locale/*/LC_MESSAGES 2>/dev/null || true %%GNOMEHIER%%share/gnome/apps/Utilities/gringotts.desktop %%GNOMEHIER%%@unexec rmdir -p %D/share/gnome/apps/Utilities 2>/dev/null || true %%PORTDOCS%%share/doc/gringotts/AUTHORS |