prey/prey-node-client

View on GitHub
lib/conf/tasks/os/linux.js

Summary

Maintainability
A
0 mins
Test Coverage
exports.post_install = function(cb) {
  cb();
};

exports.pre_uninstall = function(cb) {
  cb();
};

exports.post_activate = function(cb) {
  cb();
};

exports.deleteOsquery = (cb) => {
  cb();
};