#!/bin/sh # $FreeBSD: ports/games/slashem-tty/files/pkg-deinstall.in,v 1.1 2007/08/19 08:37:32 glewis Exp $ if [ "$2" = "POST-DEINSTALL" -a -d "%%DATADIR%%" ]; then echo "" echo " If slashem is being removed permanently, please remove" echo "" echo " %%DATADIR%%" echo "" fi