Sophie

Sophie

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

djvulibre-3.5.22-1.fc14.i686.rpm

PREUN

/bin/sh
# Removal, not update
if [ $1 -eq 0 ]; then
    # Menu entry (icons and desktop file)
    /usr/share/djvu/djview3/desktop/register-djview-menu uninstall || :
    # MIME types (icons and desktop file)
    /usr/share/djvu/osi/desktop/register-djvu-mime uninstall || :
fi

POSTIN

/bin/sh
# Menu entry (icons and desktop file)
/usr/share/djvu/djview3/desktop/register-djview-menu install || :
# MIME types (icons and desktop file)
/usr/share/djvu/osi/desktop/register-djvu-mime install || :