aboutsummaryrefslogtreecommitdiff
path: root/src/update_pkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/update_pkg.c')
-rw-r--r--src/update_pkg.c1
1 files changed, 1 insertions, 0 deletions
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