diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
commit | be3e1f7794486310bb005c6132d838a4e6421451 (patch) | |
tree | a7dfcc67170c590a833d014ae4ba65ea8537deb0 /graphics/gwenview-kde4 | |
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 'graphics/gwenview-kde4')
-rw-r--r-- | graphics/gwenview-kde4/pkg-plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gwenview-kde4/pkg-plist b/graphics/gwenview-kde4/pkg-plist index ca52481eb454..f21530fdf9a0 100644 --- a/graphics/gwenview-kde4/pkg-plist +++ b/graphics/gwenview-kde4/pkg-plist @@ -89,6 +89,16 @@ share/locale/xh/LC_MESSAGES/gwenview.mo share/locale/zh_CN/LC_MESSAGES/gwenview.mo share/locale/zh_TW/LC_MESSAGES/gwenview.mo share/locale/zu/LC_MESSAGES/gwenview.mo +@unexec rmdir %D/share/locale/fo/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/fo 2> /dev/null || true +@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/nso 2> /dev/null || true +@unexec rmdir %D/share/locale/ven/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ven 2> /dev/null || true +@unexec rmdir %D/share/locale/xh/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/xh 2> /dev/null || true +@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/zu 2> /dev/null || true @unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true |