1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-10-28 03:33:25 +03:00

build and minor bugs fixes

This commit is contained in:
Evgeny Sinelnikov
2020-01-10 23:48:15 +04:00
parent 03dd6433ed
commit 02869f8f6a
5 changed files with 4 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ class frontend_manager:
'chromium': chromium_applier(self.storage, self.sid, self.username),
'shortcuts': shortcut_applier(self.storage),
'gsettings': gsettings_applier(self.storage),
'cups': cups_applier(self.storage)
'cups': cups_applier(self.storage),
'package': package_applier(self.storage)
})