From 6e2b86fa4edc3ab16da11b837c12e13fc41cf6d1 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 23 Jun 2026 01:47:33 +0000 Subject: [PATCH] remove the tmpfiles shim Signed-off-by: fbt --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 46e1d4a..86365a8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgdesc='A dummy package to provide systemd' pkgname='systemd-dummy' epoch=1 pkgver=1 -pkgrel=9 +pkgrel=10 arch=( 'any' ) url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2' 'LGPL2.1' 'MIT') @@ -16,5 +16,5 @@ provides=( 'systemd=261-1' ) package() { # systemd-tmfiles stub mkdir -pm755 "${pkgdir}/usr/bin" - ln -s /usr/bin/true "${pkgdir}/usr/bin/systemd-tmpfiles" + #ln -s /usr/bin/true "${pkgdir}/usr/bin/systemd-tmpfiles" # Just do this manually if you want. }