mirror of
https://github.com/munki/munki.git
synced 2026-02-05 14:50:14 -06:00
Now works with other "Adobe" uninstaller_types
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 in ['AdobeCCPUninstaller']:
|
||||
if uninstaller_type.startswith('Adobe'):
|
||||
do_pkg_check = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user