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