commit: db17c2cc5016c572fc7303f606ef4cc262bebed3
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 08:12:30 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 08:12:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db17c2cc
net-misc/asterisk-base: cosmetic syntax change for consistency
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/asterisk-base/asterisk-base-1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-misc/asterisk-base/asterisk-base-1.ebuild
b/net-misc/asterisk-base/asterisk-base-1.ebuild
index 83c1cd3dee45..9767eed48da7 100644
--- a/net-misc/asterisk-base/asterisk-base-1.ebuild
+++ b/net-misc/asterisk-base/asterisk-base-1.ebuild
@@ -21,8 +21,7 @@ RDEPEND="
!<=net-misc/asterisk-20.3.0:0/20
"
-src_install()
-{
+src_install() {
newinitd "${FILESDIR}/initd-1" asterisk
newconfd "${FILESDIR}/confd-1" asterisk
newsbin "${FILESDIR}/asterisk_wrapper-1" asterisk_wrapper
@@ -36,7 +35,6 @@ src_install()
newins "${FILESDIR}/logrotate-1" asterisk
}
-pkg_postinst()
-{
+pkg_postinst() {
tmpfiles_process asterisk.conf
}