#!/bin/sh # # $FreeBSD: head/graphics/aoi/files/pkg-deinstall.in 348245 2014-03-14 15:06:40Z nemysis $ # if [ "$2" = "POST-DEINSTALL" ]; then echo "" echo "" echo "===============================================================================" echo "" echo "After deinstallation, some files may stay in %%DATADIR%%," echo "you can delete them with" echo "" echo " /bin/rm -fr %%DATADIR%%" echo "" echo "===============================================================================" echo "" fi