Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > bf41a3734cdeb03faed0a4b1d19d968d > scriptlet

horde-mnemo-2.1.1-1.noarch.rpm

POSTIN

/bin/sh
if [ ! -f /etc/webapps/horde-mnemo/conf.php.bak ]; then
	install /dev/null -o root -g http -m660 /etc/webapps/horde-mnemo/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-mnemo" 
else 
	CMD="cat >&2" 
fi 
eval $CMD <<EOF 
IMPORTANT:
If you are installing for the first time, You may need to
create the Mnemo database tables. To do so run:
zcat /usr/share/doc/horde-mnemo-2.1.1/scripts/sql/mnemo.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-mnemo
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/apache/webapps.d/horde-mnemo.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-mnemo.conf ]; then 
	/usr/sbin/webapp unregister apache horde-mnemo
	{
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-mnemo
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/httpd/webapps.d/horde-mnemo.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-mnemo.conf ]; then 
	/usr/sbin/webapp unregister httpd horde-mnemo
	{
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 prefs.php; do
	if [ -f /etc/horde.org/mnemo/$i.rpmsave ]; then
		mv -f /etc/webapps/horde-mnemo/$i{,.rpmnew}
		mv -f /etc/horde.org/mnemo/$i.rpmsave /etc/webapps/horde-mnemo/$i
	fi
done

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

if [ -L /etc/apache/conf.d/99_horde-mnemo.conf ]; then
	/usr/sbin/webapp register apache horde-mnemo
	rm -f /etc/apache/conf.d/99_horde-mnemo.conf
	{
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
if [ -L /etc/httpd/httpd.conf/99_horde-mnemo.conf ]; then
	/usr/sbin/webapp register httpd horde-mnemo
	rm -f /etc/httpd/httpd.conf/99_horde-mnemo.conf
	{
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-mnemo
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/apache/webapps.d/horde-mnemo.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-mnemo.conf ]; then 
	/usr/sbin/webapp unregister apache horde-mnemo
	{
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-mnemo
fi
# reload webserver if the config symlink is there and skip reload if webserver is upgraded
if [ -L /etc/httpd/webapps.d/horde-mnemo.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-mnemo < 2.0.2-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-mnemo.conf ]; then 
	/usr/sbin/webapp unregister httpd horde-mnemo
	{
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

mnemo

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

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

if [ -L /etc/apache/conf.d/99_horde-mnemo.conf ]; then
	/usr/sbin/webapp register apache horde-mnemo
	rm -f /etc/apache/conf.d/99_horde-mnemo.conf
	{
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
if [ -L /etc/httpd/httpd.conf/99_horde-mnemo.conf ]; then
	/usr/sbin/webapp register httpd horde-mnemo
	rm -f /etc/httpd/httpd.conf/99_horde-mnemo.conf
	{
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