Quietly tidy up the locale directories after ourselves.

This commit is contained in:
Kris Kennaway 2004-11-24 02:53:33 +00:00
parent e2e5c40ad0
commit e305911915
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122272

View file

@ -483,3 +483,6 @@ share/locale/nl/LC_MESSAGES/linkchecker.mo
%%DATADIR%%/logging.conf
@dirrm %%EXAMPLESDIR%%
@dirrm %%DATADIR%%
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2> /dev/null || true