summarylogtreecommitdiffstats
path: root/pacpl.install
blob: e03710f4a7ac1aeeaee6e7bf6d2e241ffa4b3a2c (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
post_install() {
  echo "You must have the appropriate codecs installed to convert."
  echo ""
  echo "The following programs are required for full functionality."
  echo "Note that some are in AUR, and some don't have packages (yet)."
  echo "==> lame"
  echo "==> flac"
  echo "==> shorten"
  echo "==> faac"
  echo "==> faad2"
  echo "==> cdparanoia"
  echo "==> vorbis-tools"
  echo "==> mplayer"
  echo "==> musepack-tools"
  echo "==> wavpack"
  echo "==> ofr/ofs (OPTIMfrog)"
  echo "==> ttaenc"
  echo "==> lpac"
  echo "==> speex"
  echo "==> ffmpeg"
  echo "==> la"
  echo "==> bonk"
  echo "==> sox"
  echo ""
  echo "Preferences are located in /etc/pacpl/pacpl.conf"
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  echo "You must have the appropriate codecs installed to convert."
  echo ""
  echo "The following programs are required for full functionality."
  echo "Note that some are in AUR, and some don't have packages (yet)."
  echo "==> lame"
  echo "==> flac"
  echo "==> shorten"
  echo "==> faac"
  echo "==> faad2"
  echo "==> cdparanoia"
  echo "==> vorbis-tools"
  echo "==> mplayer"
  echo "==> musepack-tools"
  echo "==> wavpack"
  echo "==> ofr/ofs (OPTIMfrog)"
  echo "==> ttaenc"
  echo "==> lpac"
  echo "==> speex"
  echo "==> ffmpeg"
  echo "==> la"
  echo "==> bonk"
  echo "==> sox"
  echo ""
  echo "Preferences are located in /etc/pacpl/pacpl.conf"
}

op=$1
shift
$op $*