summaryrefslogtreecommitdiff
path: root/debian/libnet1-doc.prerm.debhelper
blob: a9daf4da3c2ec37e2299862b26fb76f32211edff (plain)
1
2
3
4
5
6
# Automatically added by dh_installdocs
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
   which install-docs >/dev/null 2>&1; then
	install-docs -r libnet1-doc
fi
# End automatically added section