diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 04:12:18 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 04:12:18 +0100 |
commit | c4d07cf8c49220131da7fdd09e5b7437ffd5a67b (patch) | |
tree | b14f003132a1dd92fb5d80a4ee89596190cd6f6e /main | |
parent | 8f42f5649a38652eab0aed4a40883e80a145bdb0 (diff) | |
download | aports-c4d07cf8c49220131da7fdd09e5b7437ffd5a67b.tar.bz2 aports-c4d07cf8c49220131da7fdd09e5b7437ffd5a67b.tar.xz |
main/gnupg: remove systemd documentation
Diffstat (limited to 'main')
-rw-r--r-- | main/gnupg/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gnupg/APKBUILD b/main/gnupg/APKBUILD index 2ca0d14c95..205ef5d378 100644 --- a/main/gnupg/APKBUILD +++ b/main/gnupg/APKBUILD @@ -3,7 +3,7 @@ pkgname=gnupg pkgver=2.2.19 _ver=${pkgver/_beta/-beta} -pkgrel=0 +pkgrel=1 pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool" url="https://www.gnupg.org/" arch="all" @@ -55,6 +55,9 @@ package() { ln -s gpgv "$pkgdir"/usr/bin/gpgv2 install -m755 tools/gpg-zip "$pkgdir"/usr/bin/gpg-zip + + # Remove docs for systemd-user + rm -rf "$pkgdir"/usr/share/doc/gnupg/examples/systemd-user } scdaemon() { |