forked from cromer/pamac-classic
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
|
#! /usr/bin/python
|
||
|
# -*-coding:utf-8-*-
|
||
|
|
||
|
from pamac import transaction
|
||
|
|
||
|
print('check_updates')
|
||
|
transaction.get_handle()
|
||
|
transaction.Refresh()
|
||
|
transaction.CheckUpdates()
|
||
|
transaction.StopDaemon()
|