diff options
-rw-r--r-- | misc/help2man/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/help2man/pkg-plist b/misc/help2man/pkg-plist index fb54cc8b62d5..7d72912ef1d5 100644 --- a/misc/help2man/pkg-plist +++ b/misc/help2man/pkg-plist @@ -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 |