Remove old package on upgrade
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bd8b7a1b56
commit
fd94040780
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -17,7 +17,7 @@ build() {
|
|||
if makepkg -s --skippgpcheck --noconfirm --sign || makepkg -s --skippgpcheck --nocheck --noconfirm --sign ; then
|
||||
for pkg in *.pkg.tar.zst ; do
|
||||
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
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue