MOD="${INSTALL_ROOT}/etc/modules.conf"  &&
TMP="${INSTALL_ROOT}/tmp/modules.conf"  &&
INC="include  ${TRACK_ROOT}/etc/modules.d/alsa"  &&

cp           $MOD   $TMP  &&
grep    -v  "$INC"  $TMP  >  $MOD  &&
rm                  $TMP  &&
depmod  -a
true
