-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00350.eml
37 lines (29 loc) · 1.06 KB
/
TRAIN_00350.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NoneNone> Ron Johnson <[email protected]> writes:
>
>> # update-alternatives --install x-www-browser firefox \
>> /usr/local/firefox/firefox 3
>> update-alternatives: error: alternative link is not absolute as it
>> should be: x-www-browser
>
>> What am I doing wrong?
>
> The easiest way to see how this stuff works is to look at a postinst
> script that already does it. Pick an existing alternative and look at
> /var/lib/dpkg/info/$PACKAGE.postinst.
Excellent idea.
> I think you want this:
>
> # update-alternatives --install x-www-browser /usr/bin/x-www-browser \
> /usr/local/firefox/firefox 3
>
> That sets up /usr/local/firefox/firefox as an alternative for
> /usr/sbin/x-www-browser .
>
Unfortunately, that's wrong. Peeking into iceape-browser.postinst,
though, gave me the answer.
--
Dissent is patriotic, remember?
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]