mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
9a1642993e
xap/seamonkey-2.53.8-x86_64-2.txz: Rebuilt. Fixed desktop files changing Terminal=0 to Terminal=false. Thanks to marav.
6 lines
300 B
Bash
6 lines
300 B
Bash
# If there's no default soundfont and minuet is installed, point to that one:
|
|
if [ ! -r usr/share/soundfonts/default.sf2 ]; then
|
|
if [ -r usr/share/minuet/soundfonts/GeneralUser-v1.47.sf2 ]; then
|
|
ln -sf /usr/share/minuet/soundfonts/GeneralUser-v1.47.sf2 usr/share/soundfonts/default.sf2
|
|
fi
|
|
fi
|