mirror of
https://github.com/munki/munki.git
synced 2025-12-30 19:20:10 -06:00
Remove unused JavaScript function from package distribution file.
This commit is contained in:
@@ -469,16 +469,6 @@ cat > "$DISTFILE" <<EOF
|
||||
<title>Munki - Managed software installation for OS X</title>
|
||||
<options customize="allow" allow-external-scripts="no"/>
|
||||
<domains enable_anywhere="true"/>
|
||||
<script>
|
||||
function needsInstalled()
|
||||
{
|
||||
var action = my.choice.packageUpgradeAction;
|
||||
if (action == 'installed') {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
<choices-outline>
|
||||
<line choice="core"/>
|
||||
<line choice="admin"/>
|
||||
|
||||
Reference in New Issue
Block a user