903b776c86
repocopied from the slashem-tty port.
11 lines
214 B
Bash
11 lines
214 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
if [ "$2" = "POST-DEINSTALL" -a -d "%%DATADIR%%" ]; then
|
|
echo ""
|
|
echo " If unnethack is being removed permanently, please remove"
|
|
echo ""
|
|
echo " %%DATADIR%%"
|
|
echo ""
|
|
fi
|