#!/bin/sh case $2 in POST-DEINSTALL) echo -e "" echo -e "==> %%P_NAME%%-%%P_VERSION%% post deinstall message" echo -e " Please restart apache in order to acticate" echo -e " the changes we've made to your configuration:" echo -e "" echo -e " %%AP_RC%% stop" echo -e " %%AP_RC%% start" echo -e "" esac