post_install() {
  # fixup permissions
  chmod 755 /usr/lib/node_modules
  find /usr/lib/node_modules/browserify -type d -exec chmod 755 '{}' +
}

post_upgrade() {
  post_install
}
