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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
dahdi-atcom-ax1600p-8layertech
/
dahdi-atcom-ax1600p-8layertech.install
blob
f6090b8c126ef705d149d454c900da1f84eb4891
1
# arg 1: the new package version
2
post_install() {
3
depmod -a
4
udevadm control --reload-rules
5
}
6
7
# arg 1: the new package version
8
# arg 2: the old package version
9
post_upgrade() {
10
depmod -a
11
}
12
13
# arg 1: the old package version
14
post_remove() {
15
depmod -a
16
}
17
18
# vim:set ts=2 sw=2 et: