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