summarylogtreecommitdiffstats
path: root/zfs.install
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-11-11 04:53:14 +0000
committerArchzfs Buildbot2018-11-11 04:53:14 +0000
commit1cdc8d95ba4d6115be5ab238172c0b81625fff49 (patch)
tree7635279b35c0f727fc35320375d39e0cc6aa7908 /zfs.install
parent0ec39a5674b6c7cf5ec1d4d9f652869c0bae0b73 (diff)
downloadaur-1cdc8d95ba4d6115be5ab238172c0b81625fff49.tar.gz
Semi-automated update for kernel 4.18.16.arch1-1 + zfs 0.7.11
Diffstat (limited to 'zfs.install')
-rw-r--r--zfs.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/zfs.install b/zfs.install
index 7bd48d8f789a..c2a2d7807e6d 100644
--- a/zfs.install
+++ b/zfs.install
@@ -1,18 +1,4 @@
-post_install() {
- check_initramfs
-}
-
post_remove() {
- check_initramfs 'remove'
-}
-
-post_upgrade() {
- check_initramfs
-}
-
-check_initramfs() {
- echo ">>> Updating ZFS module dependencies"
- depmod -a 4.13.3-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' && $1 == 'remove' ]]; then
echo '>>> The ZFS packages have been removed, but "zfs" remains in the "hooks"'