hooks/remove-localized-manpages: whitelist all sections
This commit is contained in:
parent
c7655cc45e
commit
0dd6cc5e6d
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ hook() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case ${section} in
|
case ${section} in
|
||||||
${mandir}/man?)
|
${mandir}/man[0-9n]|${mandir}/man[013][fp])
|
||||||
|
continue;;
|
||||||
|
${mandir}/cat[0-9n]|${mandir}/cat[013][fp])
|
||||||
continue;;
|
continue;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue