summaryrefslogtreecommitdiffstats
path: root/audio/oss/files/pkg-install.in
blob: c816e101c77e71f158d441e9724a2bdd7376c8c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

case $2 in
POST-INSTALL)
	if ! test -f ${PKG_PREFIX}/lib/oss/etc/installed_drivers; then
		${PKG_PREFIX}/sbin/ossdetect -v
	fi
	if ! test -f ${PKG_PREFIX}/lib/oss/etc/userdefs; then
		echo "autosave_mixer yes" > ${PKG_PREFIX}/lib/oss/etc/userdefs
	fi
esac
OpenPOWER on IntegriCloud