commit: 6ca491ab146de8f3b8da18c0bb1be808a1f57b8f
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:21:44 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 18:22:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca491ab
app-admin/fleet: drop postinst message from live ebuild
The postinst message in the live ebuild is applicable if coming from a version
less than 0.11.0. These versions are no longer available and haven't been for
some time.
Package-Manager: portage-2.2.20.1
app-admin/fleet/fleet-9999.ebuild | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/app-admin/fleet/fleet-9999.ebuild
b/app-admin/fleet/fleet-9999.ebuild
index cf22e12..c203877 100644
--- a/app-admin/fleet/fleet-9999.ebuild
+++ b/app-admin/fleet/fleet-9999.ebuild
@@ -43,13 +43,3 @@ src_install() {
insinto /etc/${PN}
newins "${PN}".conf.sample "${PN}".conf
}
-
-pkg_postinst() {
- ewarn "Please read this if you are upgrading from a version <0.10.0-r1."
- ewarn ""
- ewarn "Starting with fleet 0.10 the fleetctl utility has"
- ewarn "'--endpoint=unix:///var/run/fleet.sock' as default argument,
which is"
- ewarn "why we have introduced the fleet.socket unit and renamed the
service"
- ewarn "from fleetd.service to fleet.service. If you run fleet on system"
- ewarn "startup, please re-enable it via 'systemctl enable fleet'."
-}