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 /games/xfce4-toys | |
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 'games/xfce4-toys')
-rw-r--r-- | games/xfce4-toys/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xfce4-toys/pkg-plist b/games/xfce4-toys/pkg-plist index 2c401eda7539..881d2bb33f71 100644 --- a/games/xfce4-toys/pkg-plist +++ b/games/xfce4-toys/pkg-plist @@ -66,3 +66,5 @@ share/xfce4/tips/tips.dat @dirrm share/xfce4/tips @unexec rmdir %D/share/xfce4 2>/dev/null || true @unexec rmdir %D/lib/xfce4/panel-plugins 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 |