ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/docbook-xml.postrm

13 lines
361 B
Bash
Executable File

#!/bin/sh
set -e
# Automatically added by dh_installxmlcatalogs/UNDECLARED
if [ "$1" = "purge" ]; then
rm -f /etc/xml/docbook-xml.xml /etc/xml/docbook-xml.xml.old
fi
# End automatically added section
# Automatically added by dh_installcatalogs/13.3.4ubuntu2
if [ "$1" = "purge" ]; then
rm -f /etc/sgml/docbook-xml.cat.old
fi
# End automatically added section