mirror of https://github.com/archzfs/archzfs
parent
0e93701f20
commit
e93247c6ef
@ -1,20 +0,0 @@ |
||||
#!/bin/bash |
||||
|
||||
cat << EOF > ${spl_pkgbuild_path}/spl.install |
||||
post_install() { |
||||
run_depmod |
||||
} |
||||
|
||||
post_remove() { |
||||
run_depmod |
||||
} |
||||
|
||||
post_upgrade() { |
||||
run_depmod |
||||
} |
||||
|
||||
run_depmod() { |
||||
echo ">>> Updating SPL module dependencies" |
||||
depmod -a ${kernel_mod_path} |
||||
} |
||||
EOF |
Loading…
Reference in new issue