Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 88366cbfbcc610506fdead85171b1e3b > files > 1

dhcp-4.3.5-1.1.mga6.src.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