This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
hedera/debian/libhedera1.postinst

6 lines
53 B
Plaintext

set -e
if [ "$1" = "configure" ]; then
ldconfig
fi