Commit 55c12820 authored by Vitaly Lipatov's avatar Vitaly Lipatov

google-chrome-stable.sh: don't pack menu file

parent e62d4aca
......@@ -3,6 +3,8 @@
BUILDROOT="$1"
SPEC="$2"
PRODUCT=google-chrome
subst 's|%files|%files\n/usr/share/icons/hicolor/*x*/apps/*.png|' $SPEC
# Make relative symlink
......@@ -18,6 +20,10 @@ done
rm -f $BUILDROOT/etc/cron.daily/google-chrome
subst 's|.*/etc/cron.daily/google-chrome.*||' $SPEC
# unsupported format
rm -f $BUILDROOT/usr/share/menu/$PRODUCT.menu
subst "s|.*/usr/share/menu/$PRODUCT.menu.*||" $SPEC
# google-chrome by default?
#subst 's|exec -a "$0" "$HERE/chrome" "$@"||' $BUILDROOT/opt/google/chrome/google-chrome
#cat <<EOF >>$BUILDROOT/opt/google/chrome/google-chrome
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment