Your IP : 18.188.91.70


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

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