#!/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 "/usr/local/share/slashem" ]; then echo "" echo " If slashem is being removed permanently, please remove" echo "" echo " /usr/local/share/slashem" echo "" fi