#!/bin/sh
# $FreeBSD: head/games/slashem-tty/files/pkg-deinstall.in 340719 2014-01-22 15:52:06Z mat $

if [ "$2" = "POST-DEINSTALL" -a -d "%%DATADIR%%" ]; then
	echo ""
	echo "    If slashem is being removed permanently, please remove"
	echo ""
        echo "        %%DATADIR%%"
	echo ""
fi