aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-23 17:17:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-23 17:18:00 +0200
commit954530ae553c4a346e7779fa9cbb5822e3878d68 (patch)
tree0328e720cf84858713a9a03fd452464033531954
parentkde-plasma/kwin: Raise min dev-libs/plasma-wayland-protocols to 1.9.0 (diff)
downloadkde-954530ae.tar.gz
kde-954530ae.tar.bz2
kde-954530ae.zip
kde-misc/kio-fuse: Add tmpfiles handling
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-misc/kio-fuse/kio-fuse-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
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
+}