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

set -e

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

#DEBHELPER#

exit 0