File Manager

Current Path : /proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/var/lib/dpkg/info/redis-tools.postrm

#!/bin/sh

set -eu

if [ "${1}" = "purge" ]
then
	userdel redis || true
	rm -rf /var/lib/redis /var/log/redis /etc/redis
fi



exit 0

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com