summaryrefslogtreecommitdiff
path: root/debian/libxml2-dbg.preinst
blob: c248ab02fa17be97245743cf9b07b54adc644fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

[ "$1" = "upgrade" ] &&
[ -L /usr/share/doc/libxml2-dbg ] &&
rm -f /usr/share/doc/libxml2-dbg

#DEBHELPER#

exit 0