freebsd-ports/games/sokoban/pkg-deinstall
Bryan Drewery 22931abc7c - Fix leftover /var/games/sokoban (only when it is blank
and matches the default) and advise users to remove it
  otherwise.
- Trim header
2013-03-18 23:48:12 +00:00

8 lines
214 B
Bash

#!/bin/sh
# $FreeBSD$
FILE="/var/games/sokoban"
if [ "$2" = "POST-DEINSTALL" -a -f "$FILE" ]; then
echo "===> If you are completely uninstalling sokoban you may also want to remove the scores files: $FILE"
fi