[Logcheck-commits] CVS logcheck/debian
CVS User maks-guest
logcheck-devel@lists.alioth.debian.org
Sat, 11 Dec 2004 11:17:27 -0700
Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv26024/debian
Modified Files:
logcheck.postrm
Log Message:
s/tmp dir/lib dir/
--- /cvsroot/logcheck/logcheck/debian/logcheck.postrm 2004/07/25 21:58:52 1.4
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postrm 2004/12/11 18:17:25 1.5
@@ -19,7 +19,7 @@
case "$1" in
purge)
- # remove the tmp dir
+ # remove the lib dir
if [ -d /var/lib/logcheck ]; then
rm -r /var/lib/logcheck
fi