summaryrefslogtreecommitdiff
path: root/french/pluxml-devel/files/pkg-deinstall.in
blob: 71b2f02629809889191384031ee05dfc10740b50 (plain) (blame)
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 blog."
fi