# For Amarok we need the extra MySQL static libraries # We have a separate package for this. if [ ! -f /var/log/packages/mysql*embedded* ]; then # It's not installed, so remove the normal MySQL package and install the embedded version: removepkg mysql installpkg mysql*embedded*z else # It's installed, so revert to the normal version: removepkg mysql # cos 'embedded' is part of the version number installpkg ~/tgzstash/ap/mysql*z fi