Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > e8cacdca572b01a216620c3a0fe041f0 > scriptlet

mozilla-thunderbird-moztraybiff-1.2.3-4mdv2008.1.x86_64.rpm

POSTIN

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

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

POSTUN

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

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