slackbuilds_ponce/network/ipset/doinst.sh
Michal Bialozor 52815a09ea network/ipset: Added (administration tool for IP sets)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-09-02 08:20:04 -03:00

4 lines
126 B
Bash

# Re-generate modules.dep and map files.
if [ -x sbin/depmod ]; then
chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2>&1
fi