Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
triggers: run triggers when running pkg register
Baptiste Daroussin committed 4 years ago
commit ef02a8c41f1e4b2975005ff6ce310fe3c78a5681
parent f6f1120c46f5d6f1810c8d496540168256885f3e
1 file changed +2 -0
modified libpkg/pkg_ports.c
@@ -1261,6 +1261,8 @@ pkg_add_port(struct pkgdb *db, struct pkg *pkg, const char *input_path,
			xstring_free(message);
		}
	}
+
	/* it is impossible at this point to get any cleanup triggers to run */
+
	triggers_execute(NULL);

cleanup:
	if (db != NULL)