Skip to content

Commit afa341f

Browse files
committed
mintUpdate.py: Remove reboot_required flag for a canceled apt
operation. Fixes #961.
1 parent 096ac1e commit afa341f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/lib/linuxmint/mintUpdate/mintUpdate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,6 +2491,7 @@ def on_apt_install_finished(self, transaction=None, exit_state=None):
24912491

24922492
def on_apt_install_cancelled(self):
24932493
self.logger.write("Install cancelled")
2494+
self.reboot_required = False
24942495
self.set_status("", "", "mintupdate-updates-available-symbolic", True)
24952496
self.finish_install(False)
24962497

0 commit comments

Comments
 (0)