diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-30 05:23:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-30 05:23:49 +0800 |
commit | cb0f2230f2948f6355965f3d63e78dff6fa2bd81 (patch) | |
tree | 23f79cbf753bc09c7365240f5974fd9c4ceb717c /audio | |
parent | c53fd0c1a9df8263667635ff58e950a7069c5447 (diff) | |
download | freebsd-ports-gnome-cb0f2230f2948f6355965f3d63e78dff6fa2bd81.tar.gz freebsd-ports-gnome-cb0f2230f2948f6355965f3d63e78dff6fa2bd81.tar.zst freebsd-ports-gnome-cb0f2230f2948f6355965f3d63e78dff6fa2bd81.zip |
remove share/locale/nb_NO on uninstall
Pointed out by: pointyhead
Discussed with: kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xfce4-mixer/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist index fb73b6d928e1..cf2c0dba4c66 100644 --- a/audio/xfce4-mixer/pkg-plist +++ b/audio/xfce4-mixer/pkg-plist @@ -44,3 +44,5 @@ share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo @unexec rmdir %D/lib/xfce4/mcs-plugins 2>/dev/null || true @unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true @unexec rmdir %D/lib/xfce4 2>/dev/null || true +@unexec rmdir %D/share/locale/nb_NO/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/nb_NO 2>/dev/null || true |