Current Path : /var/lib/dpkg/info/ |
Current File : /var/lib/dpkg/info/ntp.preinst |
#!/bin/sh set -e # Automatically added by dh_installinit/13.6ubuntu1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -x "/etc/init.d/ntp" ] ; then invoke-rc.d ntp stop || installinit_error fi # End automatically added section