freebsd-ports/graphics/aoi/files/pkg-deinstall.in
Rusmir Dusko c375bf2003 - Add dependency for graphics/jogl
- Add pkg-deinstall
- Change pkg-message, remove deinstallation information
2014-03-14 15:06:40 +00:00

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