From f819faa6b3a2cb9e9b2d8bc7660624fe35fedc85 Mon Sep 17 00:00:00 2001 From: askiiart Date: Fri, 8 Nov 2024 18:44:09 -0600 Subject: [PATCH] add old package removal --- blendos-repo-automation.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/blendos-repo-automation.sh b/blendos-repo-automation.sh index 35eb3ee..58c532e 100755 --- a/blendos-repo-automation.sh +++ b/blendos-repo-automation.sh @@ -65,8 +65,15 @@ makepkg -s -c -C --noconfirm --noprogressbar cd .. rm -rf ./jade-gui-postinst/ +git clone https://github.com/guydunigo/remove_old_arch_pkgs +cd ./remove_old_arch_pkgs +sudo pacman -S cargo --noconfirm --needed +cargo run -- -0 /repo/ +cd .. + cd /repo/ -rm -rf ./tmp/arch-workdir +rm -rf /tmp/arch-workdir +rm ./askiiart* repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "breakfast*" ! -name "askiiart*") for item in $(find . -name "askiiart*"); do