5ad938222f
Changes: http://www.zenphoto.org/category/news/release/ Feature safe: yes
12 lines
229 B
Bash
12 lines
229 B
Bash
#! /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
|