Revert "Now works with other "Adobe" uninstaller_types"

This reverts commit a77c42b2a9.
This commit is contained in:
Nick McSpadden
2015-03-13 15:04:18 -07:00
parent a77c42b2a9
commit 34769fb436
+1 -1
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.startswith('Adobe'):
if uninstaller_type in ['AdobeCCPUninstaller']:
do_pkg_check = True