#!/bin/sh # # $FreeBSD: ports/games/nethack33/files/pkg-deinstall.in,v 1.1 2004/04/20 14:24:28 glewis Exp $ if [ "${2}" = "POST-DEINSTALL" ]; then if [ -d "${PKG_PREFIX}/share/nethack33" ]; then echo echo "The ${1} save files have not been removed." echo echo "If you are deleting ${1} permanently then you can " echo "remove the save files with the command:" echo echo " rm -rf ${PKG_PREFIX}/share/nethack33" echo fi fi