Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 7b69035b95958c2456c28cfaaa7e9d15 > scriptlet

php-xcache-1.2.2-alt1.M41.1.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/4.4.8/service 
        export php_sysconfdir=/etc/php/4.4.8 
	export php_extconf=/usr/share/php/4.4.8/extconf 
	export extList=xcache 
	/usr/share/php/scripts/php_preun.sh 
    fi 
fi

POSTIN

/bin/sh

if [ -x /usr/share/php/scripts/php_postin.sh ]; then 
    export php_servicedir=/usr/share/php/4.4.8/service 
    export php_sysconfdir=/etc/php/4.4.8 
    export php_extconf=/usr/share/php/4.4.8/extconf 
    export extList=xcache 
    /usr/share/php/scripts/php_postin.sh 
fi