diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-13 18:27:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-13 18:27:31 +0300 |
commit | 4f3ddd38e915defd091cf203b69055e714da461b (patch) | |
tree | 6cedc0cb2917d24244eace3eb2fd15d07a7b083e /personal/zfs/post-install | |
parent | b00bdef4d1f60c272a30d6145d196869b1788188 (diff) | |
download | repository-4f3ddd38e915defd091cf203b69055e714da461b.tar.gz |
zfs: add new package at 0.8.4
Diffstat (limited to 'personal/zfs/post-install')
-rwxr-xr-x | personal/zfs/post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/personal/zfs/post-install b/personal/zfs/post-install new file mode 100755 index 0000000..5173fca --- /dev/null +++ b/personal/zfs/post-install @@ -0,0 +1,2 @@ +#!/bin/sh +depmod -b "/usr/lib/modules/${KERNEL_VERSION:-$(uname -r)}" |