Skip to content

Commit

Permalink
Blueman: Remove unneeded service files.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-t-w authored and Hoshpak committed Sep 11, 2019
1 parent a1894de commit c0c26f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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"
Expand All @@ -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
}

0 comments on commit c0c26f7

Please sign in to comment.