Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 5378b70ec4df72e4f09d210c0f3ba59b > scriptlet

horde-nag-2.1.3-1.noarch.rpm

POSTIN

/bin/sh
if [ ! -f /etc/webapps/horde-nag/conf.php.bak ]; then
	install /dev/null -o root -g http -m660 /etc/webapps/horde-nag/conf.php.bak
fi

if [ "$1" = 1 ]; then

RPM_SCRIPTVERBOSITY=5 
[ -r /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm 
if [ -x /usr/bin/banner.sh ]; then 
	CMD="/usr/bin/banner.sh --stderr $([ $RPM_SCRIPTVERBOSITY -ge 5 ] && echo -s) -m horde-nag" 
else 
	CMD="cat >&2" 
fi 
eval $CMD <<EOF 
IMPORTANT:
If you are installing for the first time, You may need to
create the Nag database tables. To do so run:
zcat /usr/share/doc/horde-nag-2.1.3/scripts/sql/nag.sql.gz | mysql horde
EOF
fi

Triggers

apache1 < 1.3.37-3

/bin/sh
 
if [ "$1" = "1" ] && [ "$2" = "1" ]; then
	/usr/sbin/webapp register apache horde-nag
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/apache/webapps.d/horde-nag.conf ] && [ "$2" -lt "2" ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/apache ]; then
/sbin/service apache reload 1>&2 || :;
fi
fi };
fi

apache1-base

/bin/sh
 
# remove link if either of the packages are gone 
if [ -n "" ] || [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L /etc/apache/webapps.d/horde-nag.conf ]; then 
	/usr/sbin/webapp unregister apache horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/apache ]; then
/sbin/service apache reload 1>&2 || :;
fi
fi };
fi

apache1 < 1.3.37-3

/bin/sh
 
if [ "$1" = "1" ] && [ "$2" = "1" ]; then
	/usr/sbin/webapp register httpd horde-nag
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/httpd/webapps.d/horde-nag.conf ] && [ "$2" -lt "2" ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd reload 1>&2 || :;
fi
fi };
fi

apache1-base

/bin/sh
 
# remove link if either of the packages are gone 
if [ -n "" ] || [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L /etc/httpd/webapps.d/horde-nag.conf ]; then 
	/usr/sbin/webapp unregister httpd horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd reload 1>&2 || :;
fi
fi };
fi

apache < 2.2.0

/bin/sh
for i in conf.php menu.php prefs.php; do
	if [ -f /etc/horde.org/nag/$i.rpmsave ]; then
		mv -f /etc/webapps/horde-nag/$i{,.rpmnew}
		mv -f /etc/horde.org/nag/$i.rpmsave /etc/webapps/horde-nag/$i
	fi
done

if [ -f /etc/horde.org/apache-nag.conf.rpmsave ]; then
	mv -f /etc/webapps/horde-nag/apache.conf{,.rpmnew}
	mv -f /etc/webapps/horde-nag/httpd.conf{,.rpmnew}
	cp -f /etc/horde.org/apache-nag.conf.rpmsave /etc/webapps/horde-nag/apache.conf
	cp -f /etc/horde.org/apache-nag.conf.rpmsave /etc/webapps/horde-nag/httpd.conf
fi

rm -f /etc/apache/conf.d/99_horde-nag.conf
if [ -d /etc/apache/webapps.d ]; then
	/usr/sbin/webapp register apache horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/apache ]; then
/sbin/service apache reload 1>&2 || :;
fi
fi };fi
rm -f /etc/httpd/httpd.conf/99_horde-nag.conf
if [ -d /etc/httpd/webapps.d ]; then
	/usr/sbin/webapp register httpd horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd reload 1>&2 || :;
fi
fi };fi

apache-base

/bin/sh
 
if [ "$1" = "1" ] && [ "$2" = "1" ]; then
	/usr/sbin/webapp register apache horde-nag
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/apache/webapps.d/horde-nag.conf ] && [ "$2" -lt "2" ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/apache ]; then
/sbin/service apache reload 1>&2 || :;
fi
fi };
fi

apache < 2.2.0

/bin/sh
 
# remove link if either of the packages are gone 
if [ -n "" ] || [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L /etc/apache/webapps.d/horde-nag.conf ]; then 
	/usr/sbin/webapp unregister apache horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/apache ]; then
/sbin/service apache reload 1>&2 || :;
fi
fi };
fi

apache-base

/bin/sh
 
if [ "$1" = "1" ] && [ "$2" = "1" ]; then
	/usr/sbin/webapp register httpd horde-nag
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/httpd/webapps.d/horde-nag.conf ] && [ "$2" -lt "2" ]; then
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd reload 1>&2 || :;
fi
fi };
fi

horde-nag < 2.0.3-1.1

/bin/sh
 
# remove link if either of the packages are gone 
if [ -n "" ] || [ "$1" = "0" ] || [ "$2" = "0" ] && [ -L /etc/httpd/webapps.d/horde-nag.conf ]; then 
	/usr/sbin/webapp unregister httpd horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd reload 1>&2 || :;
fi
fi };
fi

nag

/bin/sh
for i in conf.php menu.php prefs.php; do
	if [ -f /etc/horde.org/nag/$i.rpmsave ]; then
		mv -f /etc/webapps/horde-nag/$i{,.rpmnew}
		mv -f /etc/horde.org/nag/$i.rpmsave /etc/webapps/horde-nag/$i
	fi
done

if [ -f /etc/horde.org/apache-nag.conf.rpmsave ]; then
	mv -f /etc/webapps/horde-nag/apache.conf{,.rpmnew}
	mv -f /etc/webapps/horde-nag/httpd.conf{,.rpmnew}
	cp -f /etc/horde.org/apache-nag.conf.rpmsave /etc/webapps/horde-nag/apache.conf
	cp -f /etc/horde.org/apache-nag.conf.rpmsave /etc/webapps/horde-nag/httpd.conf
fi

rm -f /etc/apache/conf.d/99_horde-nag.conf
if [ -d /etc/apache/webapps.d ]; then
	/usr/sbin/webapp register apache horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/apache ] && . /etc/sysconfig/apache
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/apache ]; then
/sbin/service apache reload 1>&2 || :;
fi
fi };fi
rm -f /etc/httpd/httpd.conf/99_horde-nag.conf
if [ -d /etc/httpd/webapps.d ]; then
	/usr/sbin/webapp register httpd horde-nag
	{
skip_auto_restart() {
[ -f /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm
[ -f /etc/sysconfig/httpd ] && . /etc/sysconfig/httpd
echo ${RPM_SKIP_AUTO_RESTART:-no}
};
if [ $(skip_auto_restart) = no ]; then
if [ -f /var/lock/subsys/httpd ]; then
/sbin/service httpd reload 1>&2 || :;
fi
fi };fi