diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-17 21:20:52 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:09:34 +0700 |
commit | 8e40a85b15d82781db0816ef2f04a20947e6e308 (patch) | |
tree | 522631cbd3139d34c9f9797e638fa7ab60ff40ae /system/spl-solaris/doinst.sh | |
parent | acf2c9a564470d90691e307e4e8062babf09cfe5 (diff) |
system/spl-solaris: Removed (fails to build, unused).
Newer versions of zfs-on-linux no longer need this and it no longer
builds on 15.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/spl-solaris/doinst.sh')
-rw-r--r-- | system/spl-solaris/doinst.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/spl-solaris/doinst.sh b/system/spl-solaris/doinst.sh deleted file mode 100644 index ddc5b85c14..0000000000 --- a/system/spl-solaris/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /sbin/depmod ]; then - chroot . /sbin/depmod -a >/dev/null 2>&1 -fi |