repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
hdjmod
/
hdjmod.install
blob
a361be186cdbf4eb93951e282bdadcf0b10471f5
1
post_install () {
2
depmod -a
3
echo "==> Use 'modprobe hdj_mod' to load the Hercules DJ linux kernel module."
4
5
}
6
7
post_upgrade() {
8
post_install $1
9
10
}
11
12
post_remove() {
13
depmod -a
14
15
}
16
17
op=$1
18
shift
19
20
$op $*