Actually call update_system

This commit is contained in:
Ken VanDine 2007-09-24 15:26:19 -04:00 committed by Ken VanDine
parent 9e250c0dbb
commit 19fcb6c430

View File

@ -10,5 +10,8 @@
# (at your option) any later version.
import sys
from conaryBackend import PackageKitConaryBackend
backend = PackageKitConaryBackend(sys.argv[1:])
backend.update_system()
sys.exit(0)