diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-11-01 16:35:33 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-11-01 16:35:33 +0000 |
commit | 460a0db011b0ea53bf02d3d8cdc3bbe57e44a8e5 (patch) | |
tree | 2a9647ade95f98f9e8c2615049c1eb2b22cf7a3c | |
parent | as29/base: Version bump (diff) | |
download | portage-460a0db011b0ea53bf02d3d8cdc3bbe57e44a8e5.tar.xz |
profiles/common: Drop /etc/{conf,init}.d/pydoc*
-rw-r--r-- | profiles/common/profile.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index d5a902cb..2469e1ae 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -87,7 +87,9 @@ function __drop-doc () { function __drop-unneeded () { local -a _PATH=( /etc/*.sample + /etc/conf.d/pydoc* /etc/elinks/*.sample + /etc/init.d/pydoc* /etc/pkcs11/*.example /etc/rmt /etc/snmp/*.example |