From: William Hubbs Date: Fri, 24 Feb 2017 21:40:22 +0000 (-0600) Subject: sys-apps/opentmpfiles: sync live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03343413458dc7358b12c899ea1203289be3e5c5;p=gentoo.git sys-apps/opentmpfiles: sync live ebuild Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild index 011fa7ac95c8..7b29123b2793 100644 --- a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,6 +40,8 @@ add_service() { } pkg_postinst() { - add_service opentmpfiles-dev sysinit - add_service opentmpfiles-setup boot + if [[ -z $REPLACING_VERSIONS ]]; then + add_service opentmpfiles-dev sysinit + add_service opentmpfiles-setup boot + fi }