mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
alsa: remove kernel module unload at uninstall
this sometimes result in unstable/crashing kernel. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
stop_service ${NAME}
|
||||
make_backup ${NAME}
|
||||
# unload alsa related modules
|
||||
modprobe -r snd_pcm_oss >/dev/null 2>&1 || failed=1
|
||||
modprobe -r snd_timer >/dev/null 2>&1 || failed=1
|
||||
remove_files
|
||||
rm -rf /etc/rc.d/rc*.d/*alsa
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user