AlkantarClanX12
| Current Path : /proc/thread-self/root/var/lib/dpkg/info/ |
| Current File : //proc/thread-self/root/var/lib/dpkg/info/memcached.prerm |
#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/memcached" ]; then invoke-rc.d memcached stop || exit $? fi # End automatically added section