aboutsummaryrefslogtreecommitdiffstats
path: root/audio/zinf
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-16 13:49:27 +0800
committerkris <kris@FreeBSD.org>2004-12-16 13:49:27 +0800
commit7b7c9bd0dc7d6b6913f2fa5e8ba139254cdbe135 (patch)
tree190106e9bf54a571703d713bb45b9e73a9c9d8c7 /audio/zinf
parentbefba174ca2c351e960ed7779aef28e6453785ff (diff)
downloadfreebsd-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 'audio/zinf')
-rw-r--r--audio/zinf/pkg-plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/zinf/pkg-plist b/audio/zinf/pkg-plist
index ace94b0de606..f33d89094ad9 100644
--- a/audio/zinf/pkg-plist
+++ b/audio/zinf/pkg-plist
@@ -40,3 +40,5 @@ share/zinf/themes/ZinfClassic.fat
@dirrm lib/zinf
@unexec rmdir %D/etc/sdr/plugins 2>/dev/null || true
@unexec rmdir %D/etc/sdr 2>/dev/null || true
+@unexec rmdir %D/share/locale/ca_ES/LC_MESSAGES 2> /dev/null || true
+@unexec rmdir %D/share/locale/ca_ES 2> /dev/null || true