[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Jul 6 11:14:16 UTC 2017


    Date: Thursday, July 6, 2017 @ 11:14:15
  Author: eworm
Revision: 299756

do not write units to /etc by default

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-06 07:21:08 UTC (rev 299755)
+++ PKGBUILD	2017-07-06 11:14:15 UTC (rev 299756)
@@ -195,6 +195,7 @@
   # don't write units to /etc by default. some of these will be re-enabled on
   # post_install.
   rm -r "$pkgdir/etc/systemd/system/"*.wants
+  rm -r "$pkgdir/etc/systemd/"*.service
 
   # add back tmpfiles.d/legacy.conf
   install -m644 "$pkgbase-stable/tmpfiles.d/legacy.conf" "$pkgdir/usr/lib/tmpfiles.d"



More information about the arch-commits mailing list