slackbuilds_ponce/system/spl-solaris/doinst.sh
Petr Hejl 4769133339 system/spl-solaris: Added (solaris kernel API for linux).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2013-12-14 10:52:34 -06:00

3 lines
75 B
Bash

if [ -x /sbin/depmod ]; then
chroot . /sbin/depmod -a >/dev/null 2>&1
fi