Remove locale directories upon deinstallation.

Found by:	bento
This commit is contained in:
Satoshi Asami 2000-05-03 07:09:53 +00:00
parent c9be8b85b9
commit 4a54856d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28275
2 changed files with 6 additions and 0 deletions

View file

@ -9,3 +9,6 @@ share/locale/ko/LC_MESSAGES/make.mo
share/locale/nl/LC_MESSAGES/make.mo
share/locale/pl/LC_MESSAGES/make.mo
share/locale/ru/LC_MESSAGES/make.mo
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/* 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true

View file

@ -9,3 +9,6 @@ share/locale/ko/LC_MESSAGES/make.mo
share/locale/nl/LC_MESSAGES/make.mo
share/locale/pl/LC_MESSAGES/make.mo
share/locale/ru/LC_MESSAGES/make.mo
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/* 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true