1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/secrettower/files/pkg-deinstall.in
Rusmir Dusko 4cd6a0eaf5 The Secret Tower is a 2D platform game in which you must save the
princess Ericia, prisoner in the secret citadel.
The many floors are only composed of blocks: you can destroy them, move them
or build them to climb the levels and fight monsters living in this tower.

WWW: https://github.com/dusty141/TheSecretTower
2014-03-26 01:06:38 +00:00

19 lines
465 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
if [ "$2" = "POST-DEINSTALL" ]; then
echo ""
echo ""
echo "==============================================================================="
echo ""
echo "After deinstallation, some files may stay in %%DATADIR%%,"
echo "you can delete them with"
echo ""
echo " /bin/rm -fr %%DATADIR%%"
echo ""
echo "==============================================================================="
echo ""
fi