summaryrefslogtreecommitdiff
path: root/setup/Linux/preinst
blob: ae939628fee3c0a76590bc3530834f6b59de1c7b (plain)
1
2
3
4
5
6
#!/bin/sh
if [ -x /etc/init.d/alsa-utils ]; then /etc/init.d/alsa-utils stop || true; fi
if [ -x /usr/sbin/alsa ]; then /usr/sbin/alsa force-unload || true; fi
if [ -x /etc/init.d/alsa ]; then /etc/init.d/alsa force-unload || true; fi
touch /tmp/OSS_UPGRADE
exit 0