1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/clickheat/files/pkg-deinstall.in
Philippe Audeoud b3c44e7f8e ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and
cold click zones.
Features:
- Few function calls to log a click, no server load rise should be noticed
- A keyword is used to define the page upon Javascript code load
- Screen sizes and browsers are logged

WWW: http://www.labsmedia.com/clickheat/index.html
2008-07-10 16:20:47 +00:00

13 lines
231 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 clickheat."
fi