| Index: chrome/installer/linux/common/installer.include
|
| diff --git a/chrome/installer/linux/common/installer.include b/chrome/installer/linux/common/installer.include
|
| index 73dbbf13120c7b885fba2c219c96ddd8d805bf56..d606238d6476e22444fc65c0d4c1ed76d50e063a 100644
|
| --- a/chrome/installer/linux/common/installer.include
|
| +++ b/chrome/installer/linux/common/installer.include
|
| @@ -228,14 +228,6 @@
|
| # desktop integration
|
| install -m 755 "${BUILDDIR}/xdg-mime" "${STAGEDIR}${INSTALLDIR}/"
|
| install -m 755 "${BUILDDIR}/xdg-settings" "${STAGEDIR}${INSTALLDIR}/"
|
| - if [ ${PACKAGE:0:6} = google ]; then
|
| - process_template "${BUILDDIR}/installer/common/google-chrome.appdata.xml.template" \
|
| - "${STAGEDIR}/usr/share/appdata/${PACKAGE}.appdata.xml"
|
| - chmod 644 "${STAGEDIR}/usr/share/appdata/${PACKAGE}.appdata.xml"
|
| - else
|
| - install -m 644 "${BUILDDIR}/installer/common/chromium-browser.appdata.xml" \
|
| - "${STAGEDIR}/usr/share/appdata/${PACKAGE}.appdata.xml"
|
| - fi
|
| process_template "${BUILDDIR}/installer/common/desktop.template" \
|
| "${STAGEDIR}/usr/share/applications/${PACKAGE}.desktop"
|
| chmod 644 "${STAGEDIR}/usr/share/applications/${PACKAGE}.desktop"
|
|
|