Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
triggers: run triggers when running pkg register
Baptiste Daroussin committed 4 years ago
commit ef02a8c41f1e4b2975005ff6ce310fe3c78a5681
parent f6f1120
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)