xbps-src: don't remove bootstrap pkgs in autoremove case.
This commit is contained in:
parent
784c44b359
commit
777e051099
|
@ -85,6 +85,7 @@ autoremove_pkg_dependencies()
|
|||
# ignore subpkgs.
|
||||
setup_subpkg_tmpl $curpkgname
|
||||
[ -n "$SUBPKG" ] && continue
|
||||
[ -n "$bootstrap" ] && continue
|
||||
# remove pkg.
|
||||
msg_warn "removing package $curpkgname installed from source...\n"
|
||||
remove_pkg
|
||||
|
|
Loading…
Reference in New Issue