updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / saa7134-hg / saa7134-hg.install
blob96611a51a90503541dec3f7b9d758491107fc98a
1 post_install() {
2         echo
3         echo ">>> This package provides drivers for several Phillips SAA7134-based devices,"
4         echo "which are useful for cards which haven't been included in Arch's current kernel,"
5         echo "if you update your kernel check if support for your card has been added, if not,"
6         echo "then rebuild this package."
7         echo
8         echo "You may require modprobe arguments to get some cards working in a certain way,"
9         echo "i.e. the Medion MD8800 requires 'use_frontend=1' for getting DVB-S to work, see"
10         echo "/usr/share/saa7134-hg/ and dmesg for more information."
11         echo
13         depmod
16 post_upgrade() {
17         post_install
20 # vim:set ts=4 sw=4 et: