Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > b80bc18be0e9fe281b8c4b2d232115ca > scriptlet

oddjob-mkhomedir-0.30.1-1.fc14.i686.rpm

POSTIN

/bin/sh
# Adjust older configuration files that may have been modified so that they
# point to the current location of the helper.
cfg=/etc/oddjobd.conf.d/oddjobd-mkhomedir.conf
if grep -q /usr/lib/oddjob/mkhomedir $cfg ; then
	sed -i 's^/usr/lib/oddjob/mkhomedir^/usr/libexec/oddjob/mkhomedir^g' $cfg
fi
if [ -f /var/lock/subsys/oddjobd ] ; then
	/bin/dbus-send --system --dest=com.redhat.oddjob /com/redhat/oddjob com.redhat.oddjob.reload
fi
exit 0