Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > b5cae2f64145a845b7230790f11529c4 > scriptlet

apache-mod_php73-7.3.33-7.x86_64.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd restart 1>&2 || :;
fi
fi
else
if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
if [ -f /var/lock/subsys/httpd ]; then
echo 'Run "/sbin/service httpd restart" to restart httpd service.'
fi
else	NORESTART=1	# for %%systemd_post if called after
fi
fi };
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd restart 1>&2 || :;
fi
fi
else
if [ ! -x /bin/systemd_booted ] || ! /bin/systemd_booted; then
if [ -f /var/lock/subsys/httpd ]; then
echo 'Run "/sbin/service httpd restart" to restart httpd service.'
fi
else	NORESTART=1	# for %%systemd_post if called after
fi
fi };
fi

Triggers

apache-mod_php73 < 4:7.0.0-2.RC4

/bin/sh
sed -i -e 's#modules/libphp[57].so#modules/mod_php.so#g' /etc/httpd/conf.d/*_mod_php.conf

# common macros called at extension post/postun scriptlet



# extension scripts defines