Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > main-updates > by-pkgid > 3451988de6df25864cba7f54df8c3a39 > scriptlet

autofs-5.0.2-8.4mdv2007.1.x86_64.rpm

PREIN

/bin/sh
if [ $1 != "0" ]; then
    # upgrade
    if [ ! -d /etc/autofs ]; then
        # 4 -> 5 upgrade
        mkdir /etc/autofs
        for file in /etc/auto.{master,misc,net,smb}; do
            if [ -f "$file" ]; then
                mv $file* /etc/autofs
            fi
        done
    fi
fi

PREUN

/bin/sh
/usr/share/rpm-helper/del-service autofs $1 autofs

POSTIN

/bin/sh
/usr/share/rpm-helper/add-service autofs $1 autofs