Revision af9274d6
Von Holger Lindemann vor fast 14 Jahren hinzugefügt
DEBIAN/DEBIAN/postinst | ||
---|---|---|
176 | 176 |
ln -s /etc/lx-office-erp/lx-office-erp.cherokee /etc/cherokee/sites-available/lx-office-erp.cherokee |
177 | 177 |
fi; |
178 | 178 |
fi; |
179 |
if [ -e /etc/lighttpd ] ; then |
|
180 |
if ! [ -f /etc/lighttpd/conf-enabled/lx-office-erp.lighttpd ] ; then |
|
181 |
ln -s /etc/lx-office-erp/lx-office-erp.lighttpd /etc/lighttpf/conf-enabled/10-lx-office-erp |
|
182 |
fi; |
|
183 |
fi; |
|
179 | 184 |
} |
180 | 185 |
reload_web_server() { |
181 | 186 |
if [ -f /etc/init.d/apache* ] ; then |
... | ... | |
184 | 189 |
if [ -f /etc/init.d/cherokee ] ; then |
185 | 190 |
/etc/init.d/cherokee reload |
186 | 191 |
fi |
192 |
if [ -f /etc/init.d/lighttpd ] ; then |
|
193 |
/etc/init.d/lighttpd reload |
|
194 |
fi |
|
187 | 195 |
} |
188 | 196 |
case "$1" in |
189 | 197 |
|
Auch abrufbar als: Unified diff
alternative Webserver
bug bei "older"