1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
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

9 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