aboutsummaryrefslogtreecommitdiff
blob: 58b2e08dd72b28dec07675d7c5e9d4eda533583b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

RUN_DEFAULT_FUNCS="no"

source /tmp/chroot-functions.sh

# Only run depscan.sh if modules exist
if [ -n "$(ls /lib/modules)" ]
then
	find /lib/modules -name modules.dep -exec touch {} \;
fi