Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 850f5f0575ca02660300912c4d331a57 > scriptlet

dictd-dicts-jargon-0.1.0-13mdv2009.0.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/update-dictd.conf
echo "Restarting dictd-server, because configuration has been changed..."
service dictd-server reload

POSTUN

/bin/sh
# XXX: control of package erasure ordering is only in rpm >= 4.4.8,
# this is a hack to not fail removal if dictd-server disappeared under our feet
if [ -x /usr/sbin/update-dictd.conf ]; then
  /usr/sbin/update-dictd.conf
  echo "Restarting dictd-server, because configuration has been changed..."
  service dictd-server reload
fi