Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 44e63d7752be75b699b4f30b3e759a85 > scriptlet

monotone-0.48-1.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]
then
        /sbin/install-info --delete /usr/share/info/monotone.info /usr/share/info/dir > /dev/null 2>&1 || :
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]
then
        /sbin/install-info /usr/share/info/monotone.info /usr/share/info/dir > /dev/null 2>&1 || :
fi

POSTUN

/bin/sh
if [ $1 -gt 1 ]; then
        # Restart the running server: updates its db format when needed.
        /sbin/service monotone condrestart > /dev/null 2>&1 || :
fi