post_install(){
  cat<<'EOL'
Please add a following line to the ~/.bashrc or ~/.zshrc :
export PATH=/opt/openresty/bin:$PATH
EOL

}
post_upgrade(){
  post_install
}
