diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-18 19:51:10 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-18 19:51:10 +0100 |
commit | 7f2fde703cbe677a1b77cd7dbdebb1f64871bdb1 (patch) | |
tree | 34f36efe475514b909c141b1cc634ce02198bf1e | |
parent | metadata: refresh cache (diff) | |
download | portage-7f2fde703cbe677a1b77cd7dbdebb1f64871bdb1.tar.xz |
profiles/common: Reap more man
-rw-r--r-- | profiles/common/profile.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index 3113fb93..1574a1dd 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -2,6 +2,10 @@ function __drop-nls-man-pages () { local -a _DIRS=( /usr/share/man /usr/share/postgresql-*/man + /usr/share/binutils-data/*/*/man + + /usr/lib*/icedtea*/man + /usr/lib*/php*/man ) local _dir |