0x1949 Team - FAZEMRX - MANAGER
Edit File: nscd.prerm
#!/bin/sh set -e # Automatically added by dh_installinit/13.6ubuntu1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/nscd" ] ; then invoke-rc.d nscd stop || exit 1 fi # End automatically added section