#!/bin/sh # # $FreeBSD: head/finance/frontaccounting/files/pkg-deinstall.in 309465 2012-12-24 21:49:21Z crees $ # FAWEB=%%WWWDIR%% case $2 in POST-DEINSTALL) if [ -e ${FAWEB} ]; then echo "" echo "If you do not plan on re-installing this port, " echo "you should manually remove the \"${FAWEB}\" directory." echo "" fi ;; *) ;; esac