mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Added comments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5d8961405c
commit
23761e2e84
1 changed files with 3 additions and 0 deletions
|
@ -121,9 +121,12 @@ class Patches(object):
|
||||||
self.upgrade()
|
self.upgrade()
|
||||||
self.kernel()
|
self.kernel()
|
||||||
if self.meta.slackpkg_log in ["on", "ON"]:
|
if self.meta.slackpkg_log in ["on", "ON"]:
|
||||||
|
# update the slackpkg ChanheLog.txt file
|
||||||
self.slackpkg_update()
|
self.slackpkg_update()
|
||||||
self.msg.reference(self.installed, self.upgraded)
|
self.msg.reference(self.installed, self.upgraded)
|
||||||
|
# delete the downloaded packages
|
||||||
delete_package(self.patch_path, self.upgrade_all)
|
delete_package(self.patch_path, self.upgrade_all)
|
||||||
|
# update the packages lists
|
||||||
self.update_lists()
|
self.update_lists()
|
||||||
else:
|
else:
|
||||||
slack_arch = ""
|
slack_arch = ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue