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

7 lines
186 B
Bash

#!/bin/sh
if [ "$2" = "POST-DEINSTALL" ]; then
if find "%%PREFIX%%/%%Q4DIR%%" -type f | head -1 | grep -q ''; then
echo "Note: %%PREFIX%%/%%Q4DIR%% not empty -- not deleted!"
fi
fi