updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / gv4l / gv4l.install
blob84227389b98f777ca2279b5ea16be7ecb89b1a1a
1 # arg 1:  the new package version
2 post_install() {
3 echo ">>"
4 echo ">> You should recompile transcode with video4linux support in order"
5 echo ">> to work with Gv4l."
6 echo ">>"
7 echo ">> To do it, add the following option when running the configure script:"
8 echo ">> --enable-v4l"
9 echo ">>"
10 echo ">> You might also want to install some codecs" 
11 echo ">> (e.g. 'divx4linux' 'xvidcore' etc.)"
12 echo ">>"
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 post_upgrade() {
18   /bin/true
21 # arg 1:  the old package version
22 pre_remove() {
23   /bin/true
26 op=$1
27 shift
29 $op $*