diff --git a/srcpkgs/glib-networking/template b/srcpkgs/glib-networking/template index 4125a77fa17..65debfd1c68 100644 --- a/srcpkgs/glib-networking/template +++ b/srcpkgs/glib-networking/template @@ -1,7 +1,7 @@ # Template file for 'glib-networking' pkgname=glib-networking version=2.48.0 -revision=1 +revision=2 lib32disabled=yes build_style=gnu-configure configure_args="--disable-static --with-libproxy --with-gnome-proxy @@ -18,3 +18,7 @@ homepage="http://www.gnome.org" license="LGPL-2.1" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024 + +post_install() { + rm -rf ${DESTDIR}/usr/lib/systemd +}