Current File : //proc/thread-self/root/proc/793070/root/var/lib/dpkg/info/libibverbs1:arm64.postinst
#!/bin/sh
# postinst script for libibverbs1
set -e
if [ "$1" = configure ]; then
getent group rdma > /dev/null 2>&1 || addgroup --system --quiet rdma
fi