From 13b8d534cb40e68d9e7e80bc0e6342e60feb4bcc Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 25 Apr 2024 12:26:01 -0400 Subject: Fixed stuff. --- src/lpm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lpm.lua') diff --git a/src/lpm.lua b/src/lpm.lua index 4413148..95ebd83 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1488,7 +1488,7 @@ function Bottle:apply(addons, config) end for i, addon in pairs(self:installed_addons()) do if #common.grep(installed, function(p) return p:depends_on(addon) end) == 0 then - if not applied[addon.id] and not addon:is_core(self) and not addon:is_bundled(self) then + if not applied[addon.id] and not addon:is_core(self) and not addon:is_bundled(self) and addon.type ~= "meta" then addon:uninstall(self) changes = true end -- cgit v1.2.3