Pmusic: default audio player
January 03, 2010 —
BarryK
In my latest Quirky, to become 003, Pmusic is the default audio player. So, I have placed the script 'pinstall.sh' into the Pmusic PET package:
#!/bin/sh
if [ "`pwd`" != "/" ];then
echo "Configuring Pmusic..."
if [ ! -e ./usr/bin/aqualung ];then
echo '#!/bin/sh' > ./usr/local/bin/defaultaudioplayer
echo 'exec pmusic "$@"' >> ./usr/local/bin/defaultaudioplayer
chmod 755 ./usr/local/bin/defaultaudioplayer
fi
fi
I have created 'pmusic-0.9.9-1.pet' and uploaded to the ibiblio.org PET repository.
Zigbert, if you read this, is it ok for you to put this script in future Pmusic PETs? Otherwise, I'll manually insert it each time I upgrade Pmusic.
Comments
pmusic 0.9.9.2Username: zigbert
Pmusic updated http://www.murga-linux.com/puppy/viewtopic.php?t=31206
Tags: puppy