freebsd-ports/sysutils/froxlor/files/pkg-deinstall.in
Jason Helfman b2ac5f0650 - update to 0.9.27
- adopt optionsNG

PR:		176975
Submitted by:	maintainer, coco@executive-computing.de
2013-03-21 00:37:33 +00:00

15 lines
363 B
Bash

#!/bin/sh
# $FreeBSD$
if [ "$2" == "POST-DEINSTALL" ]; then
if [ -d %%WWWDIR%% ]; then
echo ""
echo "-------------------------------------------------------"
echo "Run the following command, if you plan to permanently"
echo "remove froxlor:"
echo ""
echo " rm -rf %%WWWDIR%%"
echo "-------------------------------------------------------"
echo ""
fi
fi