mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
Blueman: Remove unneeded service files.
This commit is contained in:
parent
a1894deda2
commit
c0c26f7144
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue