- Remove all man directories

This commit is contained in:
Pav Lucistnik 2004-12-28 17:51:38 +00:00
parent a0ed8f11ec
commit cb4057b78f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125355

View file

@ -3,4 +3,6 @@ bin/help2man
%%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo
%%NLS%%share/locale/pl/LC_MESSAGES/help2man.mo
%%NLS%%@unexec rmdir %D/man/fr/man1 2>/dev/null || true
%%NLS%%@unexec rmdir %D/man/fr 2>/dev/null || true
%%NLS%%@unexec rmdir %D/man/pl/man1 2>/dev/null || true
%%NLS%%@unexec rmdir %D/man/pl 2>/dev/null || true