summaryrefslogtreecommitdiffstats
path: root/network/ipset/doinst.sh
blob: 94e10a8cc4ae4fd27ffba0d9d8e5ffddf27d9282 (plain)
# Re-generate modules.dep and map files.
if [ -x sbin/depmod ]; then
  chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2>&1
fi