Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b048ba057740c5e5bf4a135e383dd72f > scriptlet

mozilla-thunderbird-moztraybiff-1.2.4-1.5mdv2009.0.i586.rpm

POSTIN

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

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

TMPDIR= TB_TMPDIR=`/bin/mktemp -d -q -p /tmp -t mozilla-thunderbird-moztraybiff.XXXXXXXXXX` && {
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="/usr/lib/thunderbird-2.0.0.23" /usr/lib/thunderbird-2.0.0.23/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && /bin/rm -rf -- "$TB_TMPDIR"
}

POSTUN

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

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

TMPDIR= TB_TMPDIR=`/bin/mktemp -d -q -p /tmp -t mozilla-thunderbird-moztraybiff.XXXXXXXXXX` && {
    HOME="$TB_TMPDIR" LD_LIBRARY_PATH="/usr/lib/thunderbird-2.0.0.23" /usr/lib/thunderbird-2.0.0.23/thunderbird-bin -nox -register
    test -d "$TB_TMPDIR" && /bin/rm -rf -- "$TB_TMPDIR"
}