updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dazukofs / dazukofs.install
blob063e947c9e6cabab4ad0f561f58c9c06c15c7e6a
1 KERNEL_VERSION=2.6.34-ARCH
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"
9 post_upgrade() {
10   post_install $1
13 pre_remove() {
14   modprobe -r dazukofs &> /dev/null
17 post_remove() {
18   depmod -v $KERNEL_VERSION &> /dev/null