diff options
author | Pierre Habouzit <madcoder@debian.org> | 2007-08-03 08:11:59 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2007-08-03 08:11:59 +0000 |
commit | e345dfb474046343078212c20bf1ff3ca07ac600 (patch) | |
tree | 3524756a799ec57d52bbc1d46f0d140059d0cd0e /debian/lighttpd.postrm | |
parent | a0c421552c3ac29594b015f4bd6c19aeafac9993 (diff) | |
download | lighttpd-e345dfb474046343078212c20bf1ff3ca07ac600.tar.gz |
Actually commit postrm changes.debian/1.4.16-2
Diffstat (limited to 'debian/lighttpd.postrm')
-rw-r--r-- | debian/lighttpd.postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lighttpd.postrm b/debian/lighttpd.postrm index 1129a83..d976923 100644 --- a/debian/lighttpd.postrm +++ b/debian/lighttpd.postrm @@ -4,7 +4,7 @@ set -e if [ "$1" = "purge" ]; then - rm -rf /var/log/lighttpd + rm -rf /var/log/lighttpd /var/run/lighttpd fi #DEBHELPER# |