freebsd-ports/www/zenphoto/files/pkg-deinstall.in
Sunpoet Po-Chuan Hsieh 5ad938222f - Update to 1.4
Changes:	http://www.zenphoto.org/category/news/release/
Feature safe:	yes
2011-01-12 01:51:06 +00:00

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