forked from Lainports/freebsd-ports
12 lines
327 B
Bash
12 lines
327 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
if [ "$2" = DEINSTALL ]; then
|
|
echo "==============================================================================="
|
|
echo "If you are permanently removing this port, run:"
|
|
echo ""
|
|
echo "rm -rf %%WWWDIR%%"
|
|
echo "==============================================================================="
|
|
fi
|