summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@gentoo.org>2015-08-30 13:21:44 -0500
committerAlex Brandt <alunduil@gentoo.org>2015-08-30 13:22:34 -0500
commit6ca491ab146de8f3b8da18c0bb1be808a1f57b8f (patch)
tree9d2072cebf2b4028d0fbad81efc5f90b0128d9dd
parentapp-admin/fleet: remove version 0.11.0 (diff)
downloadgentoo-6ca491ab146de8f3b8da18c0bb1be808a1f57b8f.tar.gz
gentoo-6ca491ab146de8f3b8da18c0bb1be808a1f57b8f.tar.bz2
gentoo-6ca491ab146de8f3b8da18c0bb1be808a1f57b8f.zip
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
-rw-r--r--app-admin/fleet/fleet-9999.ebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/fleet/fleet-9999.ebuild b/app-admin/fleet/fleet-9999.ebuild
index cf22e1229822..c2038777bb91 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'."
-}