diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 03:25:15 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 03:25:15 +0100 |
commit | a21f7ce58ade7bf099696d1b313e664659830008 (patch) | |
tree | d9f8bf344e345e2f3c1b72d59bfa6cc0d24e182d /community | |
parent | 232d51076b9d03d3c884f2e6be00c0964c421688 (diff) | |
download | aports-a21f7ce58ade7bf099696d1b313e664659830008.tar.bz2 aports-a21f7ce58ade7bf099696d1b313e664659830008.tar.xz |
community/thunar: remove systemd service
Diffstat (limited to 'community')
-rw-r--r-- | community/thunar/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/thunar/APKBUILD b/community/thunar/APKBUILD index 483fa923ae..8fd814a166 100644 --- a/community/thunar/APKBUILD +++ b/community/thunar/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=thunar pkgver=1.8.12 -pkgrel=0 +pkgrel=1 pkgdesc="File manager for Xfce" url="https://docs.xfce.org/xfce/thunar/start" arch="all" @@ -57,6 +57,7 @@ package() { ;; esac done + rm -rf "$pkgdir"/usr/lib/systemd } sha512sums="cd27b26796602ea8623c368cd6c8bb53136c09e4a02c37775bed9918c801741e0adb5784151fbf4b93785967a637ffb8b1214b0721f9457de683ebd7718a8767 thunar-1.8.12.tar.bz2 |