diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-27 16:01:56 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-01-27 16:01:56 +0000 |
commit | 6a8c71e5a156df3134bd2f4a26b3a21810e02532 (patch) | |
tree | 491971d27dc3fd98408c3096d72838226c85f356 /debian/lighttpd.postinst | |
parent | ae85f90797482e024a72091c72e92a9df0c978c3 (diff) | |
download | lighttpd-6a8c71e5a156df3134bd2f4a26b3a21810e02532.tar.gz |
eloy: fix
Diffstat (limited to 'debian/lighttpd.postinst')
-rw-r--r-- | debian/lighttpd.postinst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/lighttpd.postinst b/debian/lighttpd.postinst index c8bd598..a98edd8 100644 --- a/debian/lighttpd.postinst +++ b/debian/lighttpd.postinst @@ -11,7 +11,9 @@ if [ "$1" = "configure" ]; then if [ ! -r /var/www/index.html ] || [ $MD5 == 0 ]; then cp /usr/share/lighttpd/index.html /var/www/index.html - fi + else + echo "/var/www/index.html not replaced since is not from lighttpd" + fi chown www-data:www-data /var/www |