Skip to content

Commit

Permalink
Merge pull request #55 from brenix/master
Browse files Browse the repository at this point in the history
Add support for chromium-dev (AUR package)
  • Loading branch information
graysky2 committed Oct 23, 2013
2 parents 64f1946 + 9a1e1c6 commit 07551ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/profile-sync-daemon.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi
# all supported browsers
ALL_BROWSERS=(
chromium
chromium-dev
conkeror.mozdev.org
firefox
firefox-trunk
Expand Down Expand Up @@ -75,6 +76,9 @@ dep_check() {
chromium)
return
;;
chromium-dev)
return
;;
conkeror.mozdev.org)
return
;;
Expand Down Expand Up @@ -162,7 +166,7 @@ set_which() {
DIRArr[0]="$homedir/.$browser"
PSNAME="xulrunner"
;;
chromium|midori)
chromium|chromium-dev|midori)
DIRArr[0]="$homedir/.config/$browser"
PSNAME="$browser"
;;
Expand Down
1 change: 1 addition & 0 deletions common/psd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ USERS=""
#
# Possible values:
# chromium
# chromium-dev
# conkeror.mozdev.org
# firefox
# firefox-trunk
Expand Down
2 changes: 2 additions & 0 deletions doc/psd.1
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Currently, the following browsers are auto-detected and managed:
.IP \(bu 3
Chromium
.IP \(bu 3
Chromium-dev (Archlinux: chromium-dev package)
.IP \(bu 3
Conkeror
.IP \(bu 3
Firefox (stable,beta,aurora)
Expand Down

0 comments on commit 07551ff

Please sign in to comment.