• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/ubus/debian/ubus.postrm.debhelper

  1 # Automatically added by dh_installsystemd/13.24.2ubuntu1
  2 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
  3         systemctl --system daemon-reload >/dev/null || true
  4 fi
  5 # End automatically added section
  6 # Automatically added by dh_installsystemd/13.24.2ubuntu1
  7 if [ "$1" = "purge" ]; then
  8         if [ -x "/usr/bin/deb-systemd-helper" ]; then
  9                 deb-systemd-helper purge 'ubusd.service' >/dev/null || true
 10         fi
 11 fi
 12 # End automatically added section

This page was automatically generated by LXR 0.3.1.  •  OpenWrt