summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-driver/POST_REMOVE
blob: e05998d99dc7f25c67e166148a3abd27656edc29 (plain) (blame)
1
2
3
4
5
6
7
8
9
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