Commit 7aab8945 authored by Vitaly Lipatov's avatar Vitaly Lipatov

remove sputnik

parent 97735244
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCT=sputnik-browser
PRODUCTCUR=sputnik-browser-stable
PRODUCTDIR=/opt/$PRODUCT
. $(dirname $0)/common-chromium-browser.sh
set_alt_alternatives 65
copy_icons_to_share
cleanup
# fix permission
chmod o-w -v $BUILDROOT$PRODUCTDIR/*
add_bin_commands
use_system_xdg
add_chromium_deps
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