post_install () {
    echo "Installing mychef npm dependencies"
    cd /usr/share/mychef
    npm install
}

post_remove () {
    rm -rf /usr/share/mychef
}