freebsd-ports/games/linux-doom3/files/pkg-deinstall.in
Dmitry Marakasov 18436e09cb - Fix reporting files that should be removed manually
- Drop @dirrm* from plist
2014-12-29 01:16:41 +00:00

7 lines
258 B
Bash

#!/bin/sh
if [ "$2" = "POST-DEINSTALL" ]; then
if find "%%DATADIR%%" -type f | head -1 | grep -q ''; then
echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %%DATADIR%%." | fmt
fi
fi