#! /bin/sh

PATH=/bin:/usr/bin:/usr/sbin

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi
if [ -d /usr/local/www/zenphoto ]; then
        echo "===> You may delete '/usr/local/www/zenphoto' if you want to really delete your gallery."
fi
