From 1ffeb80f86809931d5d06b231d1dfab44bcd52d4 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 28 Jun 2026 08:44:32 +0000 Subject: added on_update for global updates and specific targets --- src/update_pkg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/update_pkg.c') diff --git a/src/update_pkg.c b/src/update_pkg.c index ea6a20d..cbe7521 100644 --- a/src/update_pkg.c +++ b/src/update_pkg.c @@ -40,4 +40,5 @@ void update_pkg(Pkg pkg) { print_pkgit, green, pkg.name, color_reset ); install_pkg(pkg); + target_loop_on_update(get_lua_state(), "init.lua", pkg.target); } \ No newline at end of file -- cgit v1.2.3