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

set -e

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

#DEBHELPER#

exit 0