Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > updates > by-pkgid > 20f7e914e9d6510d2b0c6fb0e7cb451a > scriptlet

mozilla-thunderbird-enigmail-1.5.0.7-0.1.20060mdk.x86_64.rpm

PREUN

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

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

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

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

POSTIN

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

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