Regenerate app registry and config files after uninstall

This commit is contained in:
Aaron Dewes 2022-11-04 10:07:29 +01:00 committed by GitHub
parent e9472832bd
commit 016104d490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ elif args.action == 'uninstall':
implementations = virtual_apps[virtual_app]
if args.app in implementations:
setRemoved(virtual_app)
update(args.verbose)
elif args.action == 'stop':
if not args.app: