summaryrefslogtreecommitdiffstats
path: root/kde/pre-install/amarok.pre-install
blob: dfb3b0095ac512f314e746cbd13948b570e05379 (plain)
1
2
3
4
5
6
7
8
9
10
if [ ! -r /usr/bin/mysql_embedded ]; then
  cat << EOF
ERROR:  missing /usr/bin/mysql_embedded
        please use mysql-embedded.SlackBuild in source/ap/mysql/
        or build_embedded.package.sh in source/ap/mariadb/ to
        rebuild your database package, reinstall it, and then try again.
EOF
  touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ;
fi