Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > 0d645393c005b7d477f025924604b3f9 > scriptlet

horde-kronolith-2.3.4-1.mga1.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