aboutsummaryrefslogblamecommitdiff
path: root/sysutils/froxlor/files/pkg-deinstall.in
blob: 42a25be7133ff1ef83a33e3a6c6b0121b9cae0b3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                      
#!/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