summaryrefslogtreecommitdiff
path: root/net-misc/exabgp/exabgp-4.2.11-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-01 22:03:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-01 22:03:23 +0100
commit590b9b7b03bf4651e099949e318755af7cfa81b8 (patch)
tree54c184b7d26c25f1922bfeaf19a1dd45a2e3b1eb /net-misc/exabgp/exabgp-4.2.11-r1.ebuild
parentf4fc10428424904caf2035cffc442195cb088b2c (diff)
gentoo resync : 01.08.2021
Diffstat (limited to 'net-misc/exabgp/exabgp-4.2.11-r1.ebuild')
-rw-r--r--net-misc/exabgp/exabgp-4.2.11-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/exabgp/exabgp-4.2.11-r1.ebuild b/net-misc/exabgp/exabgp-4.2.11-r1.ebuild
index a61e484d1264..1ec8278c5641 100644
--- a/net-misc/exabgp/exabgp-4.2.11-r1.ebuild
+++ b/net-misc/exabgp/exabgp-4.2.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -54,3 +54,7 @@ python_install_all() {
doman doc/man/*.?
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}