mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b3c44e7f8e
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
13 lines
231 B
Bash
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
|