From 6e4b90d05a9d4e50888cb7d4a32a75b838ac63e3 Mon Sep 17 00:00:00 2001 From: Sergey Voloshin Date: Thu, 6 Jul 2023 00:17:37 +0300 Subject: [PATCH] chore: fix aurs --- .goreleaser.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6ad929e..76698d3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -102,12 +102,6 @@ aurs: # config dir install -m 0755 -d "${pkgdir}/etc/dl/config-files" - - # completions - install -m 0755 -d "${pkgdir}/usr/share/bash-completion/completions/" - install -m 0755 -d "${pkgdir}/usr/share/zsh/site-functions/" - install -Dm644 "./github/scripts/packages/completions/bash" "${pkgdir}/usr/share/bash-completion/completions/dl" - install -Dm644 "./github/scripts/packages/completions/zsh" "${pkgdir}/usr/share/zsh/site-functions/_dl" commit_author: name: dlbot email: dl@varme.pw