diff options
Diffstat (limited to 'www/wwwcount/DEINSTALL')
-rw-r--r-- | www/wwwcount/DEINSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/wwwcount/DEINSTALL b/www/wwwcount/DEINSTALL new file mode 100644 index 00000000000..a0b1fa0b1e3 --- /dev/null +++ b/www/wwwcount/DEINSTALL @@ -0,0 +1,10 @@ +#!/bin/sh + +if [ "$2" = "POST-DEINSTALL" ] +then + echo + echo ======================================================== + echo If you don\'t need wwwcount\'s logs anymore, please delete + echo /var/log/wwwcount. + echo ======================================================== +fi |