Now works with other "Adobe" uninstaller_types

This commit is contained in:
Nick McSpadden
2015-03-13 12:58:07 -07:00
parent 2c140e915a
commit a77c42b2a9

View File

@@ -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