Remove old package on upgrade
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-06-04 07:53:26 +02:00
parent bd8b7a1b56
commit fd94040780

View file

@ -17,7 +17,7 @@ build() {
if makepkg -s --skippgpcheck --noconfirm --sign || makepkg -s --skippgpcheck --nocheck --noconfirm --sign ; then if makepkg -s --skippgpcheck --noconfirm --sign || makepkg -s --skippgpcheck --nocheck --noconfirm --sign ; then
for pkg in *.pkg.tar.zst ; do for pkg in *.pkg.tar.zst ; do
cp "$pkg"{,.sig} /repo/ cp "$pkg"{,.sig} /repo/
repo-add -s /repo/nyyu.db.tar.zst /repo/"$pkg" repo-add -R -s /repo/nyyu.db.tar.zst /repo/"$pkg"
done done
fi fi
fi fi