Skip to content
Snippets Groups Projects
Commit cb27080e authored by Hugo Barrera's avatar Hugo Barrera Committed by Natanael Copa
Browse files

community/xfconf: don't install systemd service

parent 5e482954
No related branches found
No related tags found
1 merge request!79842community/xfconf: don't install systemd service
Pipeline #298547 skipped
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfconf pkgname=xfconf
pkgver=4.20.0 pkgver=4.20.0
pkgrel=0 pkgrel=1
pkgdesc="Hierarchical configuration system for Xfce" pkgdesc="Hierarchical configuration system for Xfce"
url="https://xfce.org/" url="https://xfce.org/"
arch="all" arch="all"
...@@ -33,6 +33,7 @@ check() { ...@@ -33,6 +33,7 @@ check() {
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
rm -r "$pkgdir"/usr/lib/systemd/
} }
sha512sums=" sha512sums="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment