post_install() {
  # fixup permissions
  chmod 755 /usr/lib/node_modules
}

post_upgrade() {
  post_install
}
