summaryrefslogtreecommitdiff
path: root/debian/prerm.debhelper
blob: 3c636ee59cec9ac4df2d2910380af0c8dd695a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/ivycpy ]; then
	rm -f /usr/doc/ivycpy
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = remove -o "$1" = upgrade ] && \
   command -v install-docs >/dev/null 2>&1; then
	install-docs -r ivycpy
fi
# End automatically added section