mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@765 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
10 lines
228 B
Bash
10 lines
228 B
Bash
#!/bin/bash
|
|
. /opt/pakfire/lib/functions.sh
|
|
|
|
extract_files
|
|
|
|
touch /etc/asound.state
|
|
ln -svf ../init.d/alsa /etc/rc.d/rc3.d/S65alsa
|
|
ln -svf ../init.d/alsa /etc/rc.d/rc0.d/K35alsa
|
|
ln -svf ../init.d/alsa /etc/rc.d/rc6.d/K35alsa
|