aboutsummaryrefslogtreecommitdiffstats
path: root/debian/prerm
blob: 91c564eca985875327d5da8eaefedbc9111f95b0 (plain)
1
2
3
4
5
6
7
#! /bin/sh

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/ethereal ]; then
	rm -f /usr/doc/ethereal
fi
# End automatically added section