summaryrefslogtreecommitdiff
path: root/unmerged/debian/libnet1-doc/DEBIAN/postinst
blob: c4aad0aeb6008b09159fe4150947a73db6df8ddd (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
# 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