# Special actions that are needed for some modules

# The BTTV module, up to kernel 2.4.17, does not load the tuner 
# module automatically, so do that in here
if KERNEL_VER < 2.4.17
 	post-install bttv insmod tuner
 	post-remove bttv rmmod tuner
endif

