Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > 1e7f68d2f417244009d47383578e88ad > scriptlet

gosa-common-2.5.14-alt1.noarch.rpm

PREIN

/bin/sh
# dump facility state before upgrading package
if [ $1 -eq 2 ]; then
        /usr/sbin/control-dump gosa
fi

POSTIN

/bin/sh
# restore facility state after upgrading package
if [ $1 -eq 2 ]; then
        /usr/sbin/control-restore gosa
fi