Your IP : 18.117.156.19


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/at.prerm

#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ -x "/etc/init.d/atd" ]; then
	invoke-rc.d atd stop || exit $?
fi
# End automatically added section