summaryrefslogtreecommitdiff
path: root/debian/lighttpd.postinst
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2006-01-27 16:01:56 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2006-01-27 16:01:56 +0000
commit6a8c71e5a156df3134bd2f4a26b3a21810e02532 (patch)
tree491971d27dc3fd98408c3096d72838226c85f356 /debian/lighttpd.postinst
parentae85f90797482e024a72091c72e92a9df0c978c3 (diff)
downloadlighttpd-6a8c71e5a156df3134bd2f4a26b3a21810e02532.tar.gz
eloy: fix
Diffstat (limited to 'debian/lighttpd.postinst')
-rw-r--r--debian/lighttpd.postinst4
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