Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d3c8c68ab73727a2ccdb6bf763a42ef4 > scriptlet

horde-kronolith-2.3.2-1mdv2010.0.noarch.rpm

POSTIN

/bin/sh
if [ $1 = 1 ]; then
	# calendar access
	mcalpass=`perl -le'print map { (a..z,A..Z,0..9)[rand 62] } 0..pop' 12`
	htpasswd -b /etc/mpasswd kronolith "$mcalpass"
	perl -pi -e 's|\*\*\*\*|'$mcalpass'|' /etc/horde/kronolith/conf.xml

	# configuration
	/usr/share/rpm-helper/create-file horde-kronolith $1 /etc/horde/kronolith/conf.php apache apache 644 
	/usr/share/rpm-helper/create-file horde-kronolith $1 /etc/horde/kronolith/conf.php.bak apache apache 644 

fi
/usr/share/rpm-helper/add-webapp horde-kronolith $1

POSTUN

/bin/sh
if [ $1 = 0 ]; then
	htpasswd -bD /etc/mpasswd kronolith ""
fi
/usr/share/rpm-helper/del-webapp horde-kronolith $1