caeb82122e
Now, only one package is generated. This works with older
versions of cmake.
Also, restore change to postinst scripts for Debian and
RPM, undone in a prevous commit.
Change-Id: Ica005656c5f1df0d01d3071584b97de9f0e61cb3
(cherry picked from commit c14d23843228fa146f38c87cb59514e855725b41)
[ROCm/rdc commit: 9483b74fe4]
11 lines
238 B
Bash
Executable File
11 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
|
|
RDC_LIB_DIR=@RDC_CLIENT_ROOT_PATH@/rdc/lib
|
|
do_create_rdc_user() {
|
|
useradd -r -s /bin/nologin rdc
|
|
}
|
|
|
|
do_create_rpc_user
|
|
echo -e "${RDC_LIB_DIR}\n${RDC_LIB_DIR}64" > /etc/ld.so.conf.d/x86_64-librdc_client.conf && ldconfig
|
|
|