diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-01 11:12:19 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-01 11:40:53 -0500 |
commit | 083fe02bbe1389aa53c6c039a59cfd19a9ffd121 (patch) | |
tree | 97e8b12055a99946a52fb17aa7bc95a222f41327 /app-misc/pet | |
parent | app-metrics/blackbox_exporter: drop calls to go-module_pkg_postinst (diff) | |
download | gentoo-083fe02bbe1389aa53c6c039a59cfd19a9ffd121.tar.gz gentoo-083fe02bbe1389aa53c6c039a59cfd19a9ffd121.tar.bz2 gentoo-083fe02bbe1389aa53c6c039a59cfd19a9ffd121.zip |
app-misc/pet: drop calls to go-module_pkg_postinst
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-misc/pet')
-rw-r--r-- | app-misc/pet/pet-0.3.6-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-misc/pet/pet-0.3.6-r1.ebuild b/app-misc/pet/pet-0.3.6-r1.ebuild index 09f5ee655f7c..4beff9649cc6 100644 --- a/app-misc/pet/pet-0.3.6-r1.ebuild +++ b/app-misc/pet/pet-0.3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -78,8 +78,6 @@ src_install() { } pkg_postinst() { - go-module_pkg_postinst - if ! has_version app-shells/peco && ! has_version app-shells/fzf ; then einfo "You should consider to install app-shells/peco or" einfo "app-shells/fzf to be able to use selector command" |