From be3e1f7794486310bb005c6132d838a4e6421451 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 16 Dec 2004 05:49:27 +0000 Subject: 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 --- misc/hello/pkg-plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/hello') 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 -- cgit v1.2.3