Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > f6d9e3d9457f0fa39f85eb1db6c7bc1c > scriptlet

dictd-dicts-eng-deu-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