net-analyzer/linkchecker: optfeature to pkg_postinst
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 30 Jan 2018 23:16:15 +0000 (00:16 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 30 Jan 2018 23:21:04 +0000 (00:21 +0100)
Package-Manager: Portage-2.3.21, Repoman-2.3.6

net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild

index 2587e19ebf2b8d3ab39e34d85f3b08ecac47b394..19003ce32e1ee71ae0c43461d3586bb373bc9a27 100644 (file)
@@ -60,6 +60,9 @@ python_install_all() {
        docinto html
        dodoc doc/html/*
        newbashcomp config/linkchecker-completion ${PN}
+}
+
+pkg_postinst() {
        optfeature "bash-completion support" dev-python/argcomplete[${PYTHON_USEDEP}]
        optfeature "Virus scanning" app-antivirus/clamav
        optfeature "Geo IP support" dev-python/geoip-python[${PYTHON_USEDEP}]