File: odbcinst.postrm

package info (click to toggle)
unixodbc 2.2.14p2-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,620 kB
  • sloc: ansic: 104,255; cpp: 38,573; sh: 15,958; makefile: 2,728; sql: 1
file content (9 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = purge ]; then
	rm -f /etc/odbcinst.ini
fi

#DEBHELPER#