summaryrefslogtreecommitdiff
path: root/setup/FreeBSD/pkg-postinstall
diff options
context:
space:
mode:
Diffstat (limited to 'setup/FreeBSD/pkg-postinstall')
-rw-r--r--setup/FreeBSD/pkg-postinstall18
1 files changed, 18 insertions, 0 deletions
diff --git a/setup/FreeBSD/pkg-postinstall b/setup/FreeBSD/pkg-postinstall
new file mode 100644
index 0000000..de2c03a
--- /dev/null
+++ b/setup/FreeBSD/pkg-postinstall
@@ -0,0 +1,18 @@
+#!/bin/sh
+if test -f /etc/oss.conf
+then
+ . /etc/oss.conf
+else
+ OSSLIBDIR=/usr/lib/oss
+fi
+
+cd $OSSLIBDIR/build
+echo "Build Open Sound System for FreeBSD-`uname -m` `uname -r`"
+sh install.sh
+
+chmod 744 /etc/rc.d/oss
+
+echo "Starting Open Sound System"
+rm -f /dev/dsp; ln -s /dev/dsp0 /dev/dsp
+/usr/sbin/soundoff > /dev/null 2>&1
+/usr/sbin/soundon