codium.sh 329 Bytes
Newer Older
Vitaly Lipatov's avatar
Vitaly Lipatov committed
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh -x

# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=codium

. $(dirname $0)/common.sh

move_to_opt

13
add_electron_deps
Vitaly Lipatov's avatar
Vitaly Lipatov committed
14 15

remove_file /usr/bin/$PRODUCT
16
add_bin_link_command
Vitaly Lipatov's avatar
Vitaly Lipatov committed
17

18
fix_desktop_file /usr/share/codium/codium
Vitaly Lipatov's avatar
Vitaly Lipatov committed
19

20
fix_chrome_sandbox
21 22

subst "s|^Group:.*|Group: Development/Tools|" $SPEC