Remove osx package

Fixes #5778
This commit is contained in:
Jonathan Budzenski 2015-12-29 14:25:58 -06:00 committed by Rashid Khan
parent aec577a9c5
commit 6fa3f54f87

View file

@ -38,14 +38,6 @@ module.exports = function (grunt) {
fpm(args.concat('-t', 'deb', '-a', arch, files, sysv, systemd));
return;
}
// kibana.pkg
if (/darwin-x(86|64)$/.test(name)) {
let launchd = servicesByName.launchd.outputDir + '/=/';
fpm(args.concat('-t', 'osxpkg', '-a', arch, files, launchd));
return;
}
});
});
};