Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 3edecfdee4b7004b63f56807f1fcaf37 > scriptlet

mozilla-thunderbird-enigmail-10.0.5-0.1mdv2010.2.i586.rpm

PREUN

/bin/sh
if [ -f /usr/lib/thunderbird-10.0.5/components/compreg.dat ]; then
    /bin/rm -f /usr/lib/thunderbird-10.0.5/components/compreg.dat
fi

if [ -f /usr/lib/thunderbird-10.0.5/components/xpti.dat ]; then
    /bin/rm -f /usr/lib/thunderbird-10.0.5/components/xpti.dat
fi

if [ -x /usr/lib/thunderbird-10.0.5/thunderbird-bin ]; then 
mktemp="/bin/mktemp -d -q -p /tmp -t mozilla-thunderbird.XXXXXXXXXX"

  TMPDIR= TB_TMPDIR=`$mktemp` && {
      HOME="$TB_TMPDIR" LD_LIBRARY_PATH="/usr/lib/thunderbird-10.0.5" /usr/lib/thunderbird-10.0.5/thunderbird-bin -nox -register
      test -d "$TB_TMPDIR" && /bin/rm -rf -- "$TB_TMPDIR"
  }
fi

#===============================================================================

POSTIN

/bin/sh
if [ -f /usr/lib/thunderbird-10.0.5/components/compreg.dat ]; then
    /bin/rm -f /usr/lib/thunderbird-10.0.5/components/compreg.dat
fi

if [ -f /usr/lib/thunderbird-10.0.5/components/xpti.dat ]; then
    /bin/rm -f /usr/lib/thunderbird-10.0.5/components/xpti.dat
fi

mktemp="/bin/mktemp -d -q -p /tmp -t mozilla-thunderbird.XXXXXXXXXX"

TMPDIR= TB_TMPDIR=`$mktemp` && {
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="/usr/lib/thunderbird-10.0.5" /usr/lib/thunderbird-10.0.5/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && /bin/rm -rf -- "$TB_TMPDIR"
}