Lines Matching refs:uninstall
505 # e.g.: set name=pkg.additional-update-on-uninstall value=...
590 # check if we need to uninstall any packages.
591 uninstall = self.__any_reject_matches(reject_list)
594 if not (li_sync_op or pkgs_inst or uninstall or
984 uninstall = self.__any_reject_matches(reject_list)
985 if uninstall:
1174 which case a packaging operation should attempt to uninstall
1188 # check if we need to uninstall any packages.
1189 uninstall = self.__any_reject_matches(reject_list)
1197 # if we're not trying to uninstall packages, and inherited
1200 if not uninstall and not new_facets is not None and insync:
3182 return s, None # uninstall w/ enabled pub
3184 return None, None # uninstall w/ disabled pub