updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / hdjmod / hdjmod.install
bloba361be186cdbf4eb93951e282bdadcf0b10471f5
1 post_install () {
2   depmod -a
3   echo "==> Use 'modprobe hdj_mod' to load the Hercules DJ linux kernel module."
7 post_upgrade() {
8     post_install $1
12 post_remove() {
13   depmod -a
17 op=$1
18 shift
20 $op $*