Skip to content

Commit

Permalink
fix(install-local): unset priority in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Dec 17, 2023
1 parent e04500e commit 867839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/scripts/install-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function cleanup() {
fi
sudo rm -rf "${STOWDIR}/${name:-$PACKAGE}.deb"
rm -f /tmp/pacstall-select-options
unset name repology pkgver epoch url depends makedepends breaks replace gives pkgdesc hash optdepends ppa arch maintainer pacdeps patch PACPATCH NOBUILDDEP provides incompatible optinstall epoch homepage backup pkgrel mask pac_functions repo 2> /dev/null
unset name repology pkgver epoch url depends makedepends breaks replace gives pkgdesc hash optdepends ppa arch maintainer pacdeps patch PACPATCH NOBUILDDEP provides incompatible optinstall epoch homepage backup pkgrel mask pac_functions repo priority 2> /dev/null
unset -f pkgver post_install post_remove pre_install prepare build package 2> /dev/null
sudo rm -f "${pacfile}"
}
Expand Down

0 comments on commit 867839a

Please sign in to comment.