Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > be2905a96169576367ba9370b30b9efd > scriptlet

dictd-dicts-eng-rus-0.1.0-14mdv2010.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