Path: blob/main/Keywords/ldconfig-linux.ucl
16123 views
# MAINTAINER: [email protected] post-install: <<EOD if [ -n "$(/sbin/sysctl -q compat.linux.osrelease)" ]; then %@/sbin/ldconfig fi EOD post-deinstall: <<EOD if [ -n "$(/sbin/sysctl -q compat.linux.osrelease)" ]; then %@/sbin/ldconfig fi EOD