freebsd-ports/games/slashem-tty/files/pkg-deinstall.in
2021-04-06 16:31:13 +02:00

9 lines
200 B
Bash

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