librewolf.sh 251 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

PRODUCT=librewolf

. $(dirname $0)/common.sh

move_to_opt
11
fix_desktop_file "/usr/share/$PRODUCT/$PRODUCT"
12

13 14
add_libs_requires

15
rm usr/bin/librewolf
16
add_bin_link_command