From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78958158094 for ; Sun, 26 Jun 2022 08:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B159CE0855; Sun, 26 Jun 2022 08:17:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91CECE0855 for ; Sun, 26 Jun 2022 08:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7544341510 for ; Sun, 26 Jun 2022 08:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF47480 for ; Sun, 26 Jun 2022 08:17:11 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1656231420.78d2d26fd5fa901cb8d352f9940879af53c0a67e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libffado/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libffado/libffado-2.4.5.ebuild X-VCS-Directories: media-libs/libffado/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 78d2d26fd5fa901cb8d352f9940879af53c0a67e X-VCS-Branch: master Date: Sun, 26 Jun 2022 08:17:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80dd4c93-b500-407b-a12a-71fccb3ae773 X-Archives-Hash: c640259780709f7f8c0481fdda5b7cee commit: 78d2d26fd5fa901cb8d352f9940879af53c0a67e Author: Miroslav Šulc gentoo org> AuthorDate: Sun Jun 26 08:17:00 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jun 26 08:17:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d2d26f media-libs/libffado: fixed udev reload Closes: https://bugs.gentoo.org/847409 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libffado/libffado-2.4.5.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-libs/libffado/libffado-2.4.5.ebuild b/media-libs/libffado/libffado-2.4.5.ebuild index 3e212bb12d21..4bb810c42e42 100644 --- a/media-libs/libffado/libffado-2.4.5.ebuild +++ b/media-libs/libffado/libffado-2.4.5.ebuild @@ -111,3 +111,11 @@ multilib_src_install_all() { newmenu "support/xdg/ffado.org-ffadomixer.desktop" "ffado-mixer.desktop" fi } + +pkg_postinst() { + udev_reload +} + +pkg_postrm() { + udev_reload +}