summarylogtreecommitdiffstats
path: root/sidplayfp.install
blob: ecb38440d6a73b82c42a6ad18cd1b1ace763737b (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
39
pkgname=sidplay-residfp

post_install() {
  cat << _EOF 

- A default configuration is created in:
- ~/.config/sidplayfp/sidplayfp.ini
- on the first run.
-
- Edit to suit your needs.
-
- Some SIDs also need C64 ROM files in order to play correctly!
- 
- Install the VICE C64 emulator and use the ROM files found in:
- /usr/lib/vice/C64 and set the appropriate ini options for
- kernel, basic and chargen ROMs.

_EOF
}

post_upgrade() {
  cat << _EOF 

- A default configuration is now created in:
- ~/.config/sidplayfp/sidplayfp.ini
- on the first run.
-
- Edit to suit your needs or migrate your old configuration from:
- ~/.sidplay/sidplay2.ini (taking note of any diffs)
-
- Some SIDs also need C64 ROM files in order to play correctly!
- 
- Install the VICE C64 emulator and use the ROM files found in:
- /usr/lib/vice/C64 and set the appropriate ini options for
- kernel, basic and chargen ROMs.

_EOF
}