COPKGManager: outsource methode for install any package

Required for external usage.
This commit is contained in:
2014-12-20 21:04:35 +01:00
parent 10debbbfa0
commit 7520fee2ef
2 changed files with 18 additions and 6 deletions

View File

@@ -96,5 +96,6 @@ class COPKGManager : public CMenuTarget
int exec(CMenuTarget* parent, const std::string & actionKey);
static bool hasOpkgSupport();
bool checkUpdates(const std::string & package_name = std::string(), bool show_progress = true);
bool installPackage(const std::string& pkg_name);
};
#endif