Home
last modified time | relevance | path

Searched refs:SW_DEINSTALL (Results 1 – 9 of 9) sorted by relevance

/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dopkg_upgrade.c72 old->state_want = SW_DEINSTALL; in opkg_upgrade_pkg()
H A Dpkg.h44 SW_DEINSTALL, enumerator
H A Dpkg_vec.c70 && ((pkg->state_want == SW_DEINSTALL in pkg_vec_insert_merge()
H A Dopkg_install.c1228 old->state_want = SW_DEINSTALL; in opkg_install_by_name()
1288 old_pkg->state_want = SW_DEINSTALL; /* needed for check_data_file_clashes of dependencies */ in opkg_install_pkg()
1491 old_pkg->state_want = SW_DEINSTALL; in opkg_install_pkg()
H A Dopkg_remove.c290 pkg->state_want = SW_DEINSTALL; in opkg_remove_pkg()
H A Dopkg_conf.c410 || (pkg->state_want == SW_DEINSTALL in opkg_conf_write_status_files()
H A Dpkg_depends.c211 && (satisfying_pkg->state_want == SW_DEINSTALL in pkg_hash_fetch_unsatisfied_dependencies()
H A Dpkg.c46 {SW_DEINSTALL, "deinstall"},
/dports/archivers/opkg-openwrt/opkg-b07cde3/
H A DChangeLog.ipkg158 * Fixed the problem for SW_DEINSTALL in remove. Fix #1274
686 * ipkg_install.c: make old package SW_DEINSTALL during ipkg installation