From 177e1b2320d66201d7e3e2df90095e672c6c780d Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 10 Sep 2019 16:33:45 -0400 Subject: [PATCH] Blueman: Remove unneeded service files. --- srcpkgs/blueman/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index f59d3ccb980..83f9b899583 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman version=2.1.1 -revision=1 +revision=2 build_style=gnu-configure pycompile_module="blueman" configure_args="--disable-static" @@ -20,3 +20,7 @@ conf_files="/etc/dbus-1/system.d/org.blueman.Mechanism.conf" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" glib-devel python3-devel" fi + +post_install() { + rm -rf ${DESTDIR}/usr/lib/systemd +}