little fixes and progress on tray
This commit is contained in:
10
pamac-check-updates
Executable file
10
pamac-check-updates
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /usr/bin/python
|
||||
# -*-coding:utf-8-*-
|
||||
|
||||
from pamac import transaction
|
||||
|
||||
print('check_updates')
|
||||
transaction.get_handle()
|
||||
transaction.Refresh()
|
||||
transaction.CheckUpdates()
|
||||
transaction.StopDaemon()
|
Reference in New Issue
Block a user