Skip to content

Commit 677228d

Browse files
committed
lib: do not remove pkgname property when storing in pkgdb
1 parent b6970c9 commit 677228d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/package_register.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ xbps_register_pkg(struct xbps_handle *xhp, xbps_dictionary_t pkgrd)
107107
xbps_dictionary_remove(pkgd, "remove-and-update");
108108
xbps_dictionary_remove(pkgd, "transaction");
109109
xbps_dictionary_remove(pkgd, "skip-obsoletes");
110-
xbps_dictionary_remove(pkgd, "pkgname");
111110
xbps_dictionary_remove(pkgd, "version");
112111

113112
if (!xbps_dictionary_set(xhp->pkgdb, pkgname, pkgd)) {

0 commit comments

Comments
 (0)