diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-29 21:23:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-29 21:23:49 +0000 |
commit | 41af3fc63b77a1dce9d36ee0113666631a37365e (patch) | |
tree | 294068ec8d5d1a16d2101c7be8f5fce6756f4eff /games/xfce4-toys | |
parent | - Update to 0.3.0 (diff) |
remove share/locale/nb_NO on uninstall
Pointed out by: pointyhead
Discussed with: kris
Notes
Notes:
svn path=/head/; revision=127662
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 |