Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116231 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla-launcher (+7 lines)
Lines 169-174 Link Here
169
    *-bin)
169
    *-bin)
170
      unset mozbin  # just in case...
170
      unset mozbin  # just in case...
171
      ;;            # but don't do anything yet
171
      ;;            # but don't do anything yet
172
      
173
    *seamonkey)
174
      export MOZILLA_FIVE_HOME=${MOZILLA_LIBDIR:-"/usr/lib/seamonkey"}
175
      remote=$MOZILLA_FIVE_HOME/mozilla-xremote-client
176
      mozbin=$MOZILLA_FIVE_HOME/seamonkey-bin
177
      grepfor=Seamonkey-bin
178
      ;;
172
179
173
    *)
180
    *)
174
      echo "$0: unknown browser" >&2
181
      echo "$0: unknown browser" >&2
(-)mozilla-launcher (+5 lines)
Lines 530-535 Link Here
530
    umask 022
530
    umask 022
531
    ${MOZILLA_FIVE_HOME}/mozilla-rebuild-databases.pl
531
    ${MOZILLA_FIVE_HOME}/mozilla-rebuild-databases.pl
532
    return $?
532
    return $?
533
  elif [[ ${zero} == seamonkey ]]; then
534
    echo "Running seamonkey-rebuild-databases.pl"
535
    umask 022
536
    ${MOZILLA_FIVE_HOME}/seamonkey-rebuild-databases.pl
537
    return $?
533
  fi
538
  fi
534
539
535
  echo "Updating ${zero} chrome registry..."
540
  echo "Updating ${zero} chrome registry..."

Return to bug 116231