From a77c42b2a9b2c802d576f6bf0ea69b4d7f8f1746 Mon Sep 17 00:00:00 2001 From: Nick McSpadden Date: Fri, 13 Mar 2015 12:58:07 -0700 Subject: [PATCH] Now works with other "Adobe" uninstaller_types --- code/client/makecatalogs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/makecatalogs b/code/client/makecatalogs index 3fc2b6c1..bf421357 100755 --- a/code/client/makecatalogs +++ b/code/client/makecatalogs @@ -272,7 +272,7 @@ def makecatalogs(repopath, options): #uninstaller sanity checking do_pkg_check = False uninstaller_type = pkginfo.get('uninstall_method') - if uninstaller_type in ['AdobeCCPUninstaller']: + if uninstaller_type.startswith('Adobe'): do_pkg_check = True