mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 18:13:07 +02:00
xbps-src: don't remove bootstrap pkgs in autoremove case.
This commit is contained in:
parent
784c44b359
commit
777e051099
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ autoremove_pkg_dependencies()
|
||||||
# ignore subpkgs.
|
# ignore subpkgs.
|
||||||
setup_subpkg_tmpl $curpkgname
|
setup_subpkg_tmpl $curpkgname
|
||||||
[ -n "$SUBPKG" ] && continue
|
[ -n "$SUBPKG" ] && continue
|
||||||
|
[ -n "$bootstrap" ] && continue
|
||||||
# remove pkg.
|
# remove pkg.
|
||||||
msg_warn "removing package $curpkgname installed from source...\n"
|
msg_warn "removing package $curpkgname installed from source...\n"
|
||||||
remove_pkg
|
remove_pkg
|
||||||
|
|
Loading…
Add table
Reference in a new issue