Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 7218c656d14048d5d928acb2d2805390 > scriptlet

mozilla-thunderbird-enigmail-2.0b2-5mdv2007.1.x86_64.rpm

PREUN

/bin/sh
if [ -f /usr/lib64/thunderbird-2.0b2/components/compreg.dat ]; then
    /bin/rm -f /usr/lib64/thunderbird-2.0b2/components/compreg.dat
fi

if [ -f /usr/lib64/thunderbird-2.0b2/components/xpti.dat ]; then
    /bin/rm -f /usr/lib64/thunderbird-2.0b2/components/xpti.dat
fi

if [ -x /usr/lib64/thunderbird-2.0b2/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/lib64/thunderbird-2.0b2" /usr/lib64/thunderbird-2.0b2/thunderbird-bin -nox -register
      test -d "$TB_TMPDIR" && /bin/rm -rf -- "$TB_TMPDIR"
  }
fi

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

POSTIN

/bin/sh
if [ -f /usr/lib64/thunderbird-2.0b2/components/compreg.dat ]; then
    /bin/rm -f /usr/lib64/thunderbird-2.0b2/components/compreg.dat
fi

if [ -f /usr/lib64/thunderbird-2.0b2/components/xpti.dat ]; then
    /bin/rm -f /usr/lib64/thunderbird-2.0b2/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/lib64/thunderbird-2.0b2" /usr/lib64/thunderbird-2.0b2/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && /bin/rm -rf -- "$TB_TMPDIR"
}