File: libiodbc2.postinst

package info (click to toggle)
libiodbc2 2.50.3-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 860 kB
  • ctags: 1,245
  • sloc: ansic: 8,060; sh: 6,664; makefile: 81
file content (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

ldconfig 

# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/libiodbc2 -a -d /usr/share/doc/libiodbc2 ]; then
		ln -sf ../share/doc/libiodbc2 /usr/doc/libiodbc2
	fi
fi
# End automatically added section