Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > a67f3c37fc95a443c1961f8bb4736497 > scriptlet

horde-3.0.5-1mdk.noarch.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ]; then /sbin/service httpd condrestart; fi 


if [ $1 = 1 ]; then
	# configuration
	/usr/share/rpm-helper/create-file horde $1 /etc/horde/conf.php.bak apache apache 644 
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service httpd condrestart; else /sbin/service httpd condreload; fi