Blueman: Remove unneeded service files.

This commit is contained in:
Thomas 2019-09-10 16:33:45 -04:00 committed by Helmut Pozimski
parent a1894deda2
commit c0c26f7144

View file

@ -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
}