Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > d26784ae24b1a8a72abb76a232b84f9e > scriptlet

gosa-schema-2.5.14-1mdv2008.1.noarch.rpm

POSTIN

/bin/sh
grep -q "^include /usr/share/openldap/schema/gosa/gosa-core.schema" /etc/openldap/schema/local.schema || echo "include /usr/share/openldap/schema/gosa/gosa-core.schema" >> /etc/openldap/schema/local.schema
if [ -f /var/lock/subsys/ldap ]; then
    /etc/rc.d/init.d/ldap restart 1>&2;
fi

POSTUN

/bin/sh
sed -i "s|^include /usr/share/openldap/schema/gosa/gosa-core.schema||" /etc/openldap/schema/local.schema
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/ldap ]; then
        /etc/rc.d/init.d/ldap restart 1>&2
    fi
fi