summaryrefslogtreecommitdiff
path: root/misc/hello
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-16 05:49:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-16 05:49:27 +0000
commitbe3e1f7794486310bb005c6132d838a4e6421451 (patch)
treea7dfcc67170c590a833d014ae4ba65ea8537deb0 /misc/hello
parent- assume all ldap version work (diff)
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
Notes
Notes: svn path=/head/; revision=124183
Diffstat (limited to 'misc/hello')
-rw-r--r--misc/hello/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist
index 914c002038dc..d0dfbd192c7e 100644
--- a/misc/hello/pkg-plist
+++ b/misc/hello/pkg-plist
@@ -33,3 +33,5 @@ info/hello.info
%%NLS%%share/locale/sv/LC_MESSAGES/hello.mo
%%NLS%%share/locale/tr/LC_MESSAGES/hello.mo
%%NLS%%share/locale/uk/LC_MESSAGES/hello.mo
+%%NLS%%@unexec rmdir %D/share/locale/de_DE/LC_MESSAGES 2> /dev/null || true
+%%NLS%%@unexec rmdir %D/share/locale/de_DE 2> /dev/null || true