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]
/
dazukofs
/
dazukofs.install
blob
063e947c9e6cabab4ad0f561f58c9c06c15c7e6a
1
KERNEL_VERSION=2.6.34-ARCH
2
3
post_install() {
4
depmod -v $KERNEL_VERSION &> /dev/null
5
modprobe dazukofs &> /dev/null
6
echo "+++ Add 'dazukofs' to the MODULES array of /etc/rc.conf"
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
pre_remove() {
14
modprobe -r dazukofs &> /dev/null
15
}
16
17
post_remove() {
18
depmod -v $KERNEL_VERSION &> /dev/null
19
}