From 03343413458dc7358b12c899ea1203289be3e5c5 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 24 Feb 2017 15:40:22 -0600 Subject: sys-apps/opentmpfiles: sync live ebuild Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys-apps/opentmpfiles/opentmpfiles-9999.ebuild') 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 } -- cgit v1.2.3-65-gdbad