| Current Path : /proc/28288/root/var/lib/dpkg/info/ |
| Current File : //proc/28288/root/var/lib/dpkg/info/at.prerm |
#!/bin/sh set -e # Automatically added by dh_installinit/11.1.4ubuntu1 if [ -x "/etc/init.d/atd" ]; then invoke-rc.d atd stop || exit 1 fi # End automatically added section