790eecfae4
http://sourceforge.net/projects/robocode/files/robocode/1.9.1.0/ - Change master sites, use supplied icons, i have wrote what is to change more in support-requests 22 - USES dos2unix instead of USE_DOS2UNIX, upstream have many fixed - Remove DOSC and Option, DOCS are used from within the game, so this is unconditional - Add files robocode-MeleeRumble, robocode-RoboRumble, robocode-Robocode, robocode-TeamRumble, robocode-TwinDuel, according to Upstream .sh files - Remove Desktop entry file, use supplied desktop files - Add pkg-deinstall - Change pkg-message, remove deinstallation information, add Warning
18 lines
465 B
Bash
18 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
|