mirror of
https://github.com/munki/munki.git
synced 2026-05-12 23:38:50 -05:00
Revert "Now works with other "Adobe" uninstaller_types"
This reverts commit a77c42b2a9.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user