diff options
Diffstat (limited to 'www/clickheat/files/pkg-deinstall.in')
-rw-r--r-- | www/clickheat/files/pkg-deinstall.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/clickheat/files/pkg-deinstall.in b/www/clickheat/files/pkg-deinstall.in new file mode 100644 index 000000000000..c9fd930d194e --- /dev/null +++ b/www/clickheat/files/pkg-deinstall.in @@ -0,0 +1,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 clickheat." +fi |