Package phpMyAdmin-apache: Scripts

Post install

1
2
3
4
5
6
7
8
9
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-restore phpMyAdmin-apache 
else 
	for facility in phpMyAdmin-apache; do 
		/usr/sbin/control "$facility" restricted 
	done 
fi 

/etc/rc.d/init.d/httpd condreload
Post uninstall

/etc/rc.d/init.d/httpd condreload
Pre install

1
2
3
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-dump phpMyAdmin-apache 
fi