Path : /proc/self/root/proc/thread-self/root/var/lib/dpkg/info/ |
Current File : //proc/self/root/proc/thread-self/root/var/lib/dpkg/info/freetds-common.postrm |
#!/bin/sh set -e if [ "$1" = purge ]; then rm -f /etc/freetds/freetds.conf rmdir /etc/freetds || true fi