updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / zattoo / zattoo.install
blob6309333e65f888a1444d738ce1577e476226316e
1 # Contributor : TuxSpirit <tuxspiritATarchlinuxDOTfr>
3 post_install() {
4  
5   # Config
7   echo "Zattoo informations:"
8   echo "Zattoo is currently available in Denmark, France, Germany, Spain,"
9   echo "Switzerland, and the UK. "
10   echo ""
11   echo "Use Zattoo-Player:"
12   echo "A account required. More informations and registration go to zattoo.com"
13   echo ""
14   echo "Technical data:"
15   echo "Zattoo Basic"
16   echo "Resolution : 352x288 (wide screen: 420x288)"
17   echo "Downstream rate : 500 Kbits/second"
18   echo "Zattoo HiQ"
19   echo "Resolution : 576x528"
20   echo "Downstream rate : 1.2 Mbits/second"
21   echo "Video-Codec: H.264"
22   echo ""
23   echo "IMPORTANT"
24   echo "If you use KDEMOD, make sure the package qtmod is installed on your computer."
25   echo "Otherwise, if you do not have KDEMOD, make sure the pakcage qt is installed "
26   echo "on your computer." 
30 post_upgrade() {
31    post_install $1
33         
35 op=$1 
36 shift 
37   
38 $op "$@"