Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > f2a77ca0b92f3c9748b0611d5952e0bf > files > 1

dhcp-client-4.3.5-1.1.mga6.x86_64.rpm

#!/bin/bash
#
# This script contains hooks that will be executed when
# dhclient exits.
#

for hook in /etc/dhclient-exit-hooks.d/*.sh; do
	. "${hook}"
done