File: google-chrome

package info (click to toggle)
profile-sync-daemon 7.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: sh: 715; makefile: 70
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
if [[ -n "$CHROME_CONFIG_HOME" ]]; then
    DIRArr[0]="$CHROME_CONFIG_HOME/$browser"
else
    DIRArr[0]="$XDG_CONFIG_HOME/$browser"
fi
PSNAME="chrome"