Files
server/usr/share/debhelper/autoscripts/postrm-xmlcatalog
2026-01-07 20:52:11 +01:00

4 lines
68 B
Plaintext

if [ "$1" = "purge" ]; then
rm -f #PACKAGECAT# #PACKAGECAT#.old
fi