summarylogtreecommitdiffstats
path: root/hdjmod.install
blob: a361be186cdbf4eb93951e282bdadcf0b10471f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install () {
  depmod -a
  echo "==> Use 'modprobe hdj_mod' to load the Hercules DJ linux kernel module."

}

post_upgrade() {
    post_install $1

}

post_remove() {
  depmod -a

}

op=$1
shift

$op $*