summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-31 00:55:07 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-31 00:55:07 +0200
commit4ccfbfbf09ca72342e08c2f62e5c32b4bba931c4 (patch)
tree6b5b610a0d81f1a7e7c8871b6793f0537545bf39 /net-misc/connman
parentnet-dns/bind: consistent tmpfiles_process arguments (diff)
downloadgentoo-4ccfbfbf09ca72342e08c2f62e5c32b4bba931c4.tar.gz
gentoo-4ccfbfbf09ca72342e08c2f62e5c32b4bba931c4.tar.bz2
gentoo-4ccfbfbf09ca72342e08c2f62e5c32b4bba931c4.zip
net-misc/connman: consistent tmpfiles_process arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r--net-misc/connman/connman-1.40.ebuild2
-rw-r--r--net-misc/connman/connman-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/connman/connman-1.40.ebuild b/net-misc/connman/connman-1.40.ebuild
index b7656806b61f..d76ef5ba0be7 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -97,5 +97,5 @@ src_install() {
}
pkg_postinst() {
- tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
+ tmpfiles_process connman_resolvconf.conf
}
diff --git a/net-misc/connman/connman-9999.ebuild b/net-misc/connman/connman-9999.ebuild
index acb42aed5422..9f0547208dca 100644
--- a/net-misc/connman/connman-9999.ebuild
+++ b/net-misc/connman/connman-9999.ebuild
@@ -97,5 +97,5 @@ src_install() {
}
pkg_postinst() {
- tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
+ tmpfiles_process connman_resolvconf.conf
}