Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > 614dc56e8dc764389d3f5f7a7b806deb > scriptlet

php5-exif-5.2.5-alt1.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 extList=exif 
	/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/5.2.5/service 
    export php_sysconfdir=/etc/php/5.2.5 
    export php_extconf=/usr/share/php/5.2.5/extconf 
    export extList=exif 
    /usr/share/php/scripts/php_postin.sh 
fi