#!/bin/sh set -e [ "$1" = "upgrade" ] && [ -L /usr/share/doc/libxml2-dbg ] && rm -f /usr/share/doc/libxml2-dbg #DEBHELPER# exit 0