little fixes and progress on tray

This commit is contained in:
guinux
2013-02-16 17:27:46 +01:00
parent 91f3411f28
commit 79ce2f61c5
6 changed files with 80 additions and 23 deletions

10
pamac-check-updates Executable file
View 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()