Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > 2d6c34e4604ce6f02e31781e2ef694bb > scriptlet

mozilla-thunderbird-1.0.2-2mdk.i586.rpm

PREUN

/bin/sh
# is a final removal?
if [ "$1" == "0" ]; then
  /bin/rm -rf /usr/lib/mozilla-thunderbird-1.0.2/chrome/overlayinfo
  /bin/rm -rf /usr/lib/mozilla-thunderbird-1.0.2/components
  /bin/rm -f  /usr/lib/mozilla-thunderbird-1.0.2/chrome/*.rdf
  /bin/rm -rf /usr/lib/mozilla-thunderbird-1.0.2/extensions
fi

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

/usr/lib/mozilla-thunderbird-1.0.2/mozilla-rebuild-databases.pl
export HOME="/root"
mozilla-thunderbird -register

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ $1 -gt 1 ]; then
    /usr/lib/mozilla-thunderbird-1.0.2/mozilla-rebuild-databases.pl
fi