#!/bin/bash post_install() { echo " ==> PHP extension A config file was stored under /etc/php82/conf.d/ In order to use this extension make sure to uncomment it from its config file " } post_upgrade() { post_install $1 }