summaryrefslogtreecommitdiff
path: root/debian/postinst.debhelper
blob: 43c34462dc3a297e93ee9ce889325067730bc277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/ivycpy -a -d /usr/share/doc/ivycpy ]; then
		ln -sf ../share/doc/ivycpy /usr/doc/ivycpy
	fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/ivycpy
fi
# End automatically added section