[packges] Remove osx package

This commit is contained in:
Jonathan Budzenski 2015-12-29 14:25:58 -06:00
parent c35172bfca
commit 04f886e852

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;
}
});
});
};