From 0be96f144a0459f0c014b00e6c870ba66eecdd20 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 21 Dec 2021 00:23:53 -0800 Subject: [PATCH] Clean up PKGBUILD --- PKGBUILD | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a89ad18..8a0d930 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,21 +22,10 @@ package() { python setup.py build python setup.py --root="$pkgdir" install - ## Install /etc/config files - #install -dm755 "${pkgdir}/etc/helper-scripts" - #for config in config/*; do - # install -m644 "${config}" "${pkgdir}/etc/helper-scripts/${config##*/}" - #done - ## Install zsh completions - #for completion in zsh/completions/*; do + #for completion in zsh; do # install -m644 "${completion}" "${pkgdir}/usr/share/zsh/site-functions/${plugin##*.}" #done - - ## Install zsh plugins - #for plugin in zsh/plugins/*; do - # install -m644 "${plugin}" "${pkgdir}/usr/share/zsh/plugins/helper-scripts/${plugin##*/}" - #done } check() {