AlkantarClanX12

Your IP : 216.73.216.201


Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
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