This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-11 18:14:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b218dfab1c
ClickHouse
/
debian
/
clickhouse-client.postinst
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed incompatibility of debian packages with older systems [#CLICKHOUSE-3275].
2017-09-15 09:18:52 +00:00
#!/bin/sh
set -e
Debian: simpler package (#662) * Allow use external re2 with re2_st=re2 * fix * remove dupe * use re2_st in FunctionsStringSearch.h * fix * move files from tools/etc to debian * dont generate control * version * ok. * wip * Cmake: dont touch CMAKE_INSTALL_PREFIX * wip * works! * clean * okay * like old * wip * wip * okay * clickhouse-server-base-dbg * clean * clickhouse-server-dbg * Debian: Remove daemons * Update rules * add source/format * control clean * add watch * clean * clean * temp fix build * clean * docs * fake make_control * fix * testme * testme * add metrika package * fake metrika files
2017-04-10 17:43:30 +00:00
mkdir -p /etc/clickhouse-client/conf.d
chown -R clickhouse: /etc/clickhouse-client
Reference in New Issue
Copy Permalink