mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
COPKGManager: Fix display description for locally installed packages
This commit is contained in:
@@ -150,6 +150,9 @@ class COPKGManager : public CMenuTarget
|
||||
int doUpdate();
|
||||
void handleShellOutput(std::string* cur_line, int* res, bool* ok);
|
||||
|
||||
std::string getInfoDir();
|
||||
std::string getPkgDescription(std::string pkgName, std::string pkgDesc="");
|
||||
|
||||
struct pkg {
|
||||
std::string name;
|
||||
std::string version;
|
||||
|
Reference in New Issue
Block a user