Your IP : 18.116.67.43


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