remove the tmpfiles shim
Package builder / BuildPackage (push) Successful in 47s

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-23 01:47:33 +00:00
parent 4875251276
commit 6e2b86fa4e
+2 -2
View File
@@ -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.
}