blob: 5ea9c424394d23385f9832283cb41d17474e2474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
#
# $FreeBSD$
#
if [ "$2" = DEINSTALL ]; then
echo "==============================================================================="
echo "If you are permanently removing this port, run:"
echo ""
echo "rm -rf %%WWWDIR%%"
echo "==============================================================================="
fi
|