Current Path : /var/lib/dpkg/info/ |
Current File : /var/lib/dpkg/info/openssh-server.prerm |
#!/bin/sh set -e # Automatically added by dh_installdeb dpkg-maintscript-helper mv_conffile /etc/pam.d/ssh /etc/pam.d/sshd 1:4.7p1-4~ -- "$@" # End automatically added section # Automatically added by dh_installinit if [ -x "/etc/init.d/ssh" ] && [ "$1" = remove ]; then invoke-rc.d ssh stop || exit $? fi # End automatically added section