#!/bin/sh # # $FreeBSD: head/games/secrettower/files/pkg-deinstall.in 349200 2014-03-26 01:06:38Z 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