Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 06eb41eef929d4b6bb13b952b288745c > scriptlet

cone-0.79-1mdv2010.0.i586.rpm

PREIN

/bin/sh
if [ "$1" = 1 -a -f /etc/cone.rpmsave -a ! -f /etc/cone ]; then
    mv /etc/cone.rpmsave /etc/cone
fi

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    mv /etc/cone /etc/cone.rpmsave
fi

POSTIN

/bin/sh
/usr/bin/perl /usr/share/cone/cone.sysconftool /etc/cone.dist > /dev/null