DEBSOURCES
Skip Quicknav
sources / unixodbc / 2.3.12-2 / debian / unixodbc-common.postrm
123456789
#!/bin/sh set -e if [ "$1" = purge ]; then rm -f /etc/odbcinst.ini fi #DEBHELPER#