Hans-Christoph Steiner 2016-08-23 20:30:27 +02:00
parent a6a8d34528
commit 6126b55136
3 changed files with 7 additions and 7 deletions

View file

@ -959,7 +959,7 @@ def make_index(apps, sortedids, apks, repodir, archive, categories):
repoel.setAttribute("pubkey", extract_pubkey().decode('utf-8'))
root.appendChild(repoel)
for command in ('install', 'delete'):
for command in ('install', 'uninstall'):
packageNames = []
key = command + '_list'
if key in config: