summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2017-02-24 15:40:22 -0600
committerWilliam Hubbs <williamh@gentoo.org>2017-02-24 15:48:45 -0600
commit03343413458dc7358b12c899ea1203289be3e5c5 (patch)
treefe9e99939224107844a8f0eb291dd33fb2ff4c24 /sys-apps
parentsys-apps/opentmpfiles: 0.1.2 version bump for #610732 (diff)
downloadgentoo-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.ebuild8
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
}