Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 10610b7fe2d90157bba720f87c118cf0 > scriptlet

cone-0.78-3.fc12.i686.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