Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > fef96305136d03a21d76990d59f3bd16 > scriptlet

dictd-dicts-dan-eng-0.1.0-11mdv2008.1.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