1 2 3 4 5 6 7 8 9 10 11
#! /bin/sh case $2 in POST-INSTALL) if ! test -f %%PREFIX%%/lib/oss/etc/installed_drivers; then %%PREFIX%%/sbin/ossdetect -v fi if ! test -f %%PREFIX%%/lib/oss/etc/userdefs; then echo "autosave_mixer yes" > %%PREFIX%%/lib/oss/etc/userdefs fi esac