blob: 101309e2f8a2aca7f783c49f7a1059f3294b87c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
# $FreeBSD$
#
PATH=/bin:/usr/bin:/usr/sbin
if [ "$2" != "POST-DEINSTALL" ]; then
exit 0
fi
if [ -d %%WWWDIR%% ]; then
echo "===> You may delete '%%WWWDIR%%' if you want to really delete your gallery."
fi
|