## arg 1: the new package version
post_install() {echo"In order to use certain commands, you may want to install these node/npm packages: $ npm install -g http-server is-up-cli is-online-cliAnd these python/pip packages: $ pip install httpstat"}## arg 1: the old package version
post_remove() {
true;}# vim:set ts=2 sw=2 et: