]> git.ipfire.org Git - ipfire-2.x.git/blame - src/boot.d/13-depmod
stunnel und edonkeyclc geloescht, da wir es nicht nutzen
[ipfire-2.x.git] / src / boot.d / 13-depmod
CommitLineData
f8ae001e
MT
1#!/bin/sh
2echo "Update modules dependencies when necessary"
3if [ -e /var/run/need-depmod-`uname -r` ]; then
4 /sbin/depmod -a
5 /bin/rm -f /var/run/need-depmod-`uname -r`
6fi