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 4DE07158094 for ; Fri, 23 Sep 2022 15:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50DD7E0BAF; Fri, 23 Sep 2022 15:18:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3568DE0BAF for ; Fri, 23 Sep 2022 15:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DB34A3411E7 for ; Fri, 23 Sep 2022 15:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CD3975 for ; Fri, 23 Sep 2022 15:18:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663946280.954530ae553c4a346e7779fa9cbb5822e3878d68.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-fuse/kio-fuse-9999.ebuild X-VCS-Directories: kde-misc/kio-fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 954530ae553c4a346e7779fa9cbb5822e3878d68 X-VCS-Branch: master Date: Fri, 23 Sep 2022 15:18:25 +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: bf9d9fb8-25c0-43e8-ab38-18e92a67f804 X-Archives-Hash: e3b1e54e14c9c7acc190839f5202397a commit: 954530ae553c4a346e7779fa9cbb5822e3878d68 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 23 15:17:42 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 23 15:18:00 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=954530ae kde-misc/kio-fuse: Add tmpfiles handling Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-fuse/kio-fuse-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild index 9f81ae5577..aa760d4fbc 100644 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="true" KFMIN=5.82.0 QTMIN=5.15.5 -inherit ecm kde.org linux-info +inherit ecm kde.org linux-info tmpfiles DESCRIPTION="FUSE interface for KIO" HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/" @@ -39,3 +39,8 @@ pkg_setup() { ecm_pkg_setup } + +pkg_postinst() { + tmpfiles_process "${PN}-tmpfiles.conf" + ecm_pkg_postinst +}