Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 98fad749c7756c06a9f402dcc8caf5a1 > scriptlet

gosa-schema-2.5.14-5mdv2010.0.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