Your IP : 18.222.75.85


Current Path : /var/lib/dpkg/info/
Upload File :
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