Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 380364dd5ffd477f847396bccd101b39 > scriptlet

lighttpd-mod_rewrite-1.4.13-11.amd64.rpm

POSTIN

/bin/sh

if [ "$1" = "1" ]; then 
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/lighttpd ] && . /etc/sysconfig/lighttpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/lighttpd ]; then
/sbin/service lighttpd restart 1>&2 || :;
fi
fi };fi

POSTUN

/bin/sh

if [ "$1" = "0" ]; then 
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/lighttpd ] && . /etc/sysconfig/lighttpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/lighttpd ]; then
/sbin/service lighttpd restart 1>&2 || :;
fi
fi };fi