Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > fb7187d9c2dbf569659da5db51b69c04 > scriptlet

apache-mod_php5-5.2.5-alt1.M41.3.i586.rpm

PREUN

/bin/sh

if [ $1 = 0 ]; then 
    if [ -x /usr/share/php/scripts/php_preun.sh ]; then 
        export php_servicedir=/usr/share/php/5.2.5/service 
	export php_sysconfdir=/etc/php/5.2.5 
	export php_extconf=/usr/share/php/5.2.5/extconf 
	export sapiList=apache-mod_php 
	/usr/share/php/scripts/php_preun.sh 
    fi 
    find /etc/php/5.2.5/apache-mod_php -type f -name '*.phpnew' -or -name '*.rpmnew' -delete 
fi

POSTIN

/bin/sh

if [ -x /usr/share/php/scripts/php_postin.sh ]; then 
    export php_servicedir=/usr/share/php/5.2.5/service 
    export php_sysconfdir=/etc/php/5.2.5 
    export php_extconf=/usr/share/php/5.2.5/extconf 
    export sapiList=apache-mod_php 
    /usr/share/php/scripts/php_postin.sh 
fi 

/usr/share/php/5.2.5/service/apache-mod_php/condrestart