diff options
author | William Hubbs <williamh@gentoo.org> | 2017-02-24 15:40:22 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-02-24 15:48:45 -0600 |
commit | 03343413458dc7358b12c899ea1203289be3e5c5 (patch) | |
tree | fe9e99939224107844a8f0eb291dd33fb2ff4c24 /sys-apps | |
parent | sys-apps/opentmpfiles: 0.1.2 version bump for #610732 (diff) | |
download | gentoo-03343413458dc7358b12c899ea1203289be3e5c5.tar.gz gentoo-03343413458dc7358b12c899ea1203289be3e5c5.tar.bz2 gentoo-03343413458dc7358b12c899ea1203289be3e5c5.zip |
sys-apps/opentmpfiles: sync live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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 } |