# 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
# 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