diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-05-25 19:18:29 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-05-25 19:18:29 +0200 |
commit | be0d1179a87298a6ffc02e55a12e8e3a38d1e3c8 (patch) | |
tree | e7adb09daa8cd8309833643491694d6e99499bf5 /support-files/rpm/shared-post.sh | |
parent | 01a364a0ca31e80a5946597b6fccd96ff2fa723a (diff) | |
download | mariadb-git-be0d1179a87298a6ffc02e55a12e8e3a38d1e3c8.tar.gz |
create a new MariaDB-common.rpm that contains files needed both by the client and the server.
use my.cnf includes to split one big my.cnf file in server and client parts.
remove "Provides: mysql-libs" (doesn't help on CentOS 6)
Diffstat (limited to 'support-files/rpm/shared-post.sh')
-rw-r--r-- | support-files/rpm/shared-post.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/rpm/shared-post.sh b/support-files/rpm/shared-post.sh new file mode 100644 index 00000000000..8b0c822426a --- /dev/null +++ b/support-files/rpm/shared-post.sh @@ -0,0 +1 @@ +/sbin/ldconfig |