Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > a46ad6e6bf533b0cced64850dff5b0f7 > scriptlet

cone-0.84-1.fc14.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