Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > a51d496e9edcd66d3a0e36680640526e > scriptlet

mailgraph-apache-1.13-alt3.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/apxs -e -a -n expires /usr/lib/apache/mod_expires.so >/dev/null 2>&1 ||:
# set facility at first package install
if [ $1 -eq 1 ]; then
        /usr/sbin/control mailgraph apache
fi
/etc/rc.d/init.d/httpd condrestart 1>&2
find /var/lib/mailgraph/tmp -mindepth 1 -type d -print0 \
	|xargs -0 rm -rf -- >/dev/null 2>&1 ||:

POSTUN

/bin/sh
/etc/rc.d/init.d/httpd reload >/dev/null 2>&1 ||:

Triggers

mailgraph-apache < 1.13-alt1

/bin/sh
/usr/sbin/control mailgraph apache