Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 71b5c82c40855bac64658deb23b54f66 > scriptlet

lighttpd-1.4.53-1.mga7.x86_64.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service lighttpd $1 lighttpd

POSTIN

/bin/sh
# Fix rights on logs after upgrade, else the server can not start
if [ $1 -gt 1 ]; then
	if grep '^server.username = "apache"' /etc/lighttpd/lighttpd.conf >/dev/null; then
		if [ `stat -c %U /var/log/lighttpd/` != "apache" ]; then
			chown -R apache /var/log/lighttpd/
		fi
	fi
fi
/usr/bin/systemd-tmpfiles --create lighttpd.conf 

/usr/share/rpm-helper/add-service lighttpd $1 lighttpd