5 ==> Please read /usr/share/licenses/hsfmodem-utils/license.txt for the license of this package.
12 ==> Done, now reboot and run "/usr/sbin/hsfconfig" (answer "yes" to the question)
19 ==> Updating module dependencies...
26 ==> Done, now reboot and run "/usr/sbin/hsfconfig" (answer "yes" to the question)
34 # Restore original modules
35 for mod in snd-hda-intel snd-hda-codec; do
36 if [ -e "/lib/modules/${OSKERNVERS}/kernel/sound/pci/hda/${mod}.ko.REPLACEDBYhsfmodem" -a \
37 ! -e "/lib/modules/${OSKERNVERS}/kernel/sound/pci/hda/${mod}.ko" ]; then
39 mv -f "/lib/modules/${OSKERNVERS}/kernel/sound/pci/hda/${mod}.ko.REPLACEDBYhsfmodem" \
40 "/lib/modules/${OSKERNVERS}/kernel/sound/pci/hda/${mod}.ko"
49 [ "$(type -t "$op")" = "function" ] && $op "$@"
51 # vim:set ts=2 sw=2 et: