Remove old updates from updates.d on Node startup.
This commit is contained in:
parent
0442d7e2d6
commit
d24b192f8c
3 changed files with 17 additions and 0 deletions
|
@ -52,6 +52,11 @@ public:
|
|||
SoftwareUpdater(const RuntimeEnvironment *renv);
|
||||
~SoftwareUpdater();
|
||||
|
||||
/**
|
||||
* Remove old updates in updates.d
|
||||
*/
|
||||
void cleanOldUpdates();
|
||||
|
||||
/**
|
||||
* Called on each version message from a peer
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue