Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 9ec1fce0388239768ea32125fb0f5688 > scriptlet

mozilla-thunderbird-moztraybiff-1.2.4-4mdv2009.1.x86_64.rpm

POSTIN

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

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

POSTUN

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

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