Skip to content

Commit

Permalink
app-admin/fleet: drop postinst message from live ebuild
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alex Brandt committed Aug 30, 2015
1 parent ac9100a commit 6ca491a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app-admin/fleet/fleet-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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'."
}

0 comments on commit 6ca491a

Please sign in to comment.