summaryrefslogtreecommitdiff
path: root/lighttpd.spec.in
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:04:06 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:04:06 +0100
commitdae92c799e85ec3b65f46da6a776e4386bc99d6c (patch)
tree64ecec42b0551a11125ffde792f3f1f8ae28d85f /lighttpd.spec.in
parente787ca6640e45e5c28913d149b0ecd9810930b8a (diff)
downloadlighttpd-dae92c799e85ec3b65f46da6a776e4386bc99d6c.tar.gz
Imported Upstream version 1.4.9upstream/1.4.9
Diffstat (limited to 'lighttpd.spec.in')
-rw-r--r--lighttpd.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lighttpd.spec.in b/lighttpd.spec.in
index 2eab259..182297d 100644
--- a/lighttpd.spec.in
+++ b/lighttpd.spec.in
@@ -48,8 +48,8 @@ install -m 644 doc/sysconfig.lighttpd %{buildroot}%{_sysconfdir}/sysconfig/light
rm -rf %{buildroot}
%post
-
-if test "$1" = "0"; then
+## read http://www.fedora.us/docs/spec.html next time :)
+if test "$1" = "1"; then
# real install, not upgrade
/sbin/chkconfig --add lighttpd
fi