bugfix: use the correct command names in packagekit-background.cron to fix fd#17875

This commit is contained in:
Richard Hughes 2008-10-05 18:35:21 +01:00
parent 0b851b58fb
commit 7199b7b9e8

View File

@ -26,9 +26,9 @@ sleep $RANDOM
# do action
if [ "$CHECK_ONLY" == "yes" ]; then
pkcon get updates > $PKTMP
pkcon get-updates > $PKTMP
else
pkcon update-system > $PKTMP
pkcon update > $PKTMP
fi
# send email