Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > 15acee36b15fad1ee695c2fc285ecce2 > scriptlet

mozilla-thunderbird-1.5.0.7-1mdv2007.0.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

/usr/bin/update-desktop-database /usr/share/applications

/usr/share/rpm-helper/create-file mozilla-thunderbird $1 /usr/lib64/mozilla-thunderbird-1.5.0.7/chrome/app-chrome.manifest root root 644 
/usr/share/rpm-helper/create-file mozilla-thunderbird $1 /usr/lib64/mozilla-thunderbird-1.5.0.7/components/compreg.dat root root 644 
/usr/share/rpm-helper/create-file mozilla-thunderbird $1 /usr/lib64/mozilla-thunderbird-1.5.0.7/components/xpti.dat root root 644 

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"
}

if [ -x /usr/bin/gtk-update-icon-cache ]; then
 /usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor
fi

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

/usr/bin/update-desktop-database /usr/share/applications
if [ "$1" = "0" -a -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor
fi


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