Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 424b2991690738db92a50253e58e639e > scriptlet

mozilla-thunderbird-1.0.6-6mdk.x86_64.rpm

PREUN

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

POSTIN

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

/usr/lib64/mozilla-thunderbird-1.0.6/mozilla-rebuild-databases.pl

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/lib64/mozilla-thunderbird-1.0.6/mozilla-rebuild-databases.pl
fi