blob: 811a5a5a6583eeeed7391c2c169ffaec0d887618 (
plain) (
blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
bin/lynx
@unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.default; then rm -f %D/etc/lynx.cfg; fi
etc/lynx.cfg.default
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
@exec mkdir -p %D/share/lynx_help
%%DOCSDIR%%/CHANGES
%%DOCSDIR%%/COPYHEADER
@exec ln -sf %D/%F %D/share/lynx_help
%%DOCSDIR%%/COPYING
@exec ln -sf %D/%F %D/share/lynx_help
%%DOCSDIR%%/PROBLEMS
%%DOCSDIR%%/README
%%DOCSDIR%%/docs/CHANGES2.3
%%DOCSDIR%%/docs/CHANGES2.4
%%DOCSDIR%%/docs/CHANGES2.5
%%DOCSDIR%%/docs/CHANGES2.6
%%DOCSDIR%%/docs/CHANGES2.7
%%DOCSDIR%%/docs/CHANGES2.8
%%DOCSDIR%%/docs/CMU.announce
%%DOCSDIR%%/docs/CRAWL.announce
%%DOCSDIR%%/docs/FM.announce
%%DOCSDIR%%/docs/IBMPC-charsets.announce
%%DOCSDIR%%/docs/OS-390.announce
%%DOCSDIR%%/docs/README.TRST
%%DOCSDIR%%/docs/README.chartrans
%%DOCSDIR%%/docs/README.defines
%%DOCSDIR%%/docs/README.jp
%%DOCSDIR%%/docs/README.rootcerts
%%DOCSDIR%%/docs/README.ssl
%%DOCSDIR%%/docs/README.sslcerts
%%DOCSDIR%%/docs/SOCKETSHR.announce
%%DOCSDIR%%/docs/TCPWARE.announce
%%DOCSDIR%%/docs/VMSWAIS.announce
%%DOCSDIR%%/docs/djgpp.key
%%DOCSDIR%%/docs/pdcurses.key
%%DOCSDIR%%/docs/slang.key
%%DOCSDIR%%/docs/win-386.announce
%%DOCSDIR%%/samples/blue-background.lss
%%DOCSDIR%%/samples/bright-blue.lss
%%DOCSDIR%%/samples/cernrules.txt
%%DOCSDIR%%/samples/installdirs.html
%%DOCSDIR%%/samples/jumpsUnix.html
%%DOCSDIR%%/samples/jumpsVMS.html
%%DOCSDIR%%/samples/keepviewer
%%DOCSDIR%%/samples/lynxdump
%%DOCSDIR%%/samples/lynx-keymaps
%%DOCSDIR%%/samples/lynx.com
%%DOCSDIR%%/samples/lynx.lss
%%DOCSDIR%%/samples/mailcap
%%DOCSDIR%%/samples/mailto-form.pl
%%DOCSDIR%%/samples/mild-colors.lss
%%DOCSDIR%%/samples/mime.types
%%DOCSDIR%%/test/ALT88592.html
%%DOCSDIR%%/test/ISO_LATIN1_test.html
%%DOCSDIR%%/test/README.txt
%%DOCSDIR%%/test/TestComment.html
%%DOCSDIR%%/test/c1.html
%%DOCSDIR%%/test/iso8859-1.html
%%DOCSDIR%%/test/iso88592.html
%%DOCSDIR%%/test/koi8-r.html
%%DOCSDIR%%/test/quickbrown.html
%%DOCSDIR%%/test/raw8bit.html
%%DOCSDIR%%/test/sgml.html
%%DOCSDIR%%/test/spaces.html
%%DOCSDIR%%/test/tabtest.html
%%DOCSDIR%%/test/unicode.html
%%DOCSDIR%%/test/utf-8-demo.html
share/lynx_help/COPYHEADER
share/lynx_help/COPYING
share/lynx_help/Lynx_users_guide.html
share/lynx_help/about_lynx.html
share/lynx_help/keystrokes/alt_edit_help.html
share/lynx_help/keystrokes/bashlike_edit_help.html
share/lynx_help/keystrokes/bookmark_help.html
share/lynx_help/keystrokes/cookie_help.html
share/lynx_help/keystrokes/dired_help.html
share/lynx_help/keystrokes/edit_help.html
share/lynx_help/keystrokes/environments.html
share/lynx_help/keystrokes/follow_help.html
share/lynx_help/keystrokes/gopher_types_help.html
share/lynx_help/keystrokes/history_help.html
share/lynx_help/keystrokes/keystroke_help.html
share/lynx_help/keystrokes/movement_help.html
share/lynx_help/keystrokes/option_help.html
share/lynx_help/keystrokes/other_help.html
share/lynx_help/keystrokes/print_help.html
share/lynx_help/keystrokes/scrolling_help.html
share/lynx_help/keystrokes/test_display.html
share/lynx_help/keystrokes/visited_help.html
share/lynx_help/keystrokes/xterm_help.html
share/lynx_help/lynx-dev.html
share/lynx_help/lynx_help_main.html
share/lynx_help/lynx_url_support.html
@dirrm %%DOCSDIR%%/docs
@dirrm %%DOCSDIR%%/samples
@dirrm %%DOCSDIR%%/test
@dirrm %%DOCSDIR%%
@dirrm share/lynx_help/keystrokes
@dirrm share/lynx_help
|