Sophie

Sophie

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

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