freebsd-ports/sysutils/froxlor/files/pkg-deinstall.in
Martin Wilke e90590d550 Froxlor is an ISP Server Management Panel written in PHP, allowing customers
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
2011-02-03 09:01:18 +00:00

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