summaryrefslogtreecommitdiff
path: root/audio/realplayer/scripts/pre-extract
blob: 82adef21797951d2a9dfec7277acbe01f3488757 (plain)
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
#!/bin/sh
#
# $NetBSD: pre-extract,v 1.1.1.1 2000/12/25 09:35:59 jlam Exp $

# The number of seconds to pause before continuing with the extraction
# process.
#
delay=15

${CAT} << EOF
===========================================================================

    Now running the RealPlayer installation program.

    1) Choose 'Accept' on the end user license agreement (EULA) screen.

    2) Make sure the "Destination Directory" is:

	${WRKSRC}

       (it should be the first choice on the drop-down menu), then press
       'Finish'.

    3) 'Cancel' and 'Exit' out of the MIME types and plugin install.

    4) 'Cancel' and 'Exit' out of the electronic registration screen. 

    After the introductory clip runs, exit RealPlayer to continue the
    package installation.

===========================================================================

Be sure to read the above!  Proceeding in ${delay} seconds...
EOF

sleep ${delay}

${CHMOD} +x ${RP_INSTALLER}