You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kvirc/src/tdeconf_update/kvirc_soundsystem_upd.sh

9 lines
305 B

#!/bin/sh
# Updates kvirc sound system configuration
KVIRC_CFG_DIR=`sed -n "s/^LocalKvircDirectory=//p" "${HOME}/.trinity/share/config/kvircrc"`
if [ -n "${KVIRC_CFG_DIR}" ]; then
perl -p -i -e "s/^stringSoundSystem=qt$/stringSoundSystem=tqt/" "${KVIRC_CFG_DIR}/config/main.kvc"
fi
unset KVIRC_CFG_DIR