summaryrefslogtreecommitdiff
path: root/debian/libnet1-doc.postinst.debhelper
blob: bc031e962125f4227fb84a19608a20782edda20a (plain)
1
2
3
4
5
# Automatically added by dh_installdocs
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/libnet1-doc
fi
# End automatically added section