updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / pacpl / pacpl.install
blobe03710f4a7ac1aeeaee6e7bf6d2e241ffa4b3a2c
1 post_install() {
2   echo "You must have the appropriate codecs installed to convert."
3   echo ""
4   echo "The following programs are required for full functionality."
5   echo "Note that some are in AUR, and some don't have packages (yet)."
6   echo "==> lame"
7   echo "==> flac"
8   echo "==> shorten"
9   echo "==> faac"
10   echo "==> faad2"
11   echo "==> cdparanoia"
12   echo "==> vorbis-tools"
13   echo "==> mplayer"
14   echo "==> musepack-tools"
15   echo "==> wavpack"
16   echo "==> ofr/ofs (OPTIMfrog)"
17   echo "==> ttaenc"
18   echo "==> lpac"
19   echo "==> speex"
20   echo "==> ffmpeg"
21   echo "==> la"
22   echo "==> bonk"
23   echo "==> sox"
24   echo ""
25   echo "Preferences are located in /etc/pacpl/pacpl.conf"
28 # arg 1:  the new package version
29 # arg 2:  the old package version
30 post_upgrade() {
31   echo "You must have the appropriate codecs installed to convert."
32   echo ""
33   echo "The following programs are required for full functionality."
34   echo "Note that some are in AUR, and some don't have packages (yet)."
35   echo "==> lame"
36   echo "==> flac"
37   echo "==> shorten"
38   echo "==> faac"
39   echo "==> faad2"
40   echo "==> cdparanoia"
41   echo "==> vorbis-tools"
42   echo "==> mplayer"
43   echo "==> musepack-tools"
44   echo "==> wavpack"
45   echo "==> ofr/ofs (OPTIMfrog)"
46   echo "==> ttaenc"
47   echo "==> lpac"
48   echo "==> speex"
49   echo "==> ffmpeg"
50   echo "==> la"
51   echo "==> bonk"
52   echo "==> sox"
53   echo ""
54   echo "Preferences are located in /etc/pacpl/pacpl.conf"
57 op=$1
58 shift
59 $op $*