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

rm -f $BUILDROOT/etc/cron.daily/$PKGNAME
subst 's|.*/etc/cron.daily/$PKGNAME.*||' $SPEC