Remove mistaken addition of OnDemand flag to configuration pkginfo in makepkginfo

This commit is contained in:
Greg Neagle
2015-07-03 15:39:06 -07:00
parent 3512f5389b
commit fd75be09fa

View File

@@ -130,7 +130,6 @@ def getCatalogInfoForProfile(profile_path):
cataloginfo['description'] = profile.get('PayloadDescription', '')
cataloginfo['version'] = '1.0'
cataloginfo['installer_type'] = 'profile'
cataloginfo['OnDemand'] = True
cataloginfo['uninstallable'] = True
cataloginfo['uninstall_method'] = 'remove_profile'
cataloginfo['unattended_install'] = True