freebsd-ports/sysutils/p5-Tail-Stat/pkg-deinstall
Philippe Audeoud 7092ea3a5d Real-time log statistics server
WWW:	http://search.cpan.org/~LONERR/Tail-Stat/

PR:		ports/152041
Submitted by:	Oleg A. Mamontov <oleg at mamontov.net>
2010-11-09 09:02:35 +00:00

10 lines
323 B
Bash

#!/bin/sh
if [ "$2" = "POST-DEINSTALL" ]; then
echo -e "\n=====================================================\n"
echo -n "Please, remove staled directories:"
for d in /var/db/tstatd /var/run/tstatd; do
[ -d "${d}" ] && echo -n " ${d}"
done
echo -e "\n\n=====================================================\n"
fi