add old package removal
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-11-08 18:44:09 -06:00
parent fbc9600008
commit f819faa6b3
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -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