forked from Lainports/freebsd-ports
to manage their own domains, DNS entries, email addresses, ftp accounts and more. WWW: http://www.froxlor.org/ PR: ports/154426 Submitted by: Marco Steinbach <coco at executive-computing.de> Feature safe: yes
13 lines
325 B
Bash
13 lines
325 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
if [ "$2" = DEINSTALL ]; then
|
|
echo ""
|
|
echo "-------------------------------------------------------"
|
|
echo "Run the following command, if you plan to permanently"
|
|
echo "remove froxlor:"
|
|
echo ""
|
|
echo " rm -rf %%WWWDIR%%"
|
|
echo "-------------------------------------------------------"
|
|
echo ""
|
|
fi
|