Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates-src > by-pkgid > 020dedee94dec1e0423db89785ac4031 > files > 5

linpsk-1.1-4.fc14.src.rpm

#!/bin/sh
# Wrapper script for linpsk to ensure that sound configuration is present
linpskbin="/usr/libexec/linpsk-bin"
# Check if sound configuration is present
if [ ! -e ~/.asoundrc ]
# If not there copy sound configuration to user home
then
cp /etc/skel/.linpsk/asoundrc ~/.asoundrc
# TODO append to file if .asoundrc is present
fi
# Launch linpsk-bin
$linpskbin