Files
NLnetLabs-dnst/pkg/debian/prerm
T
2f1462387e Package as cascade-dnst instead of dnst. (#131)
To avoid Cascade installing dnst and uninstalling ldns-utils that Cascade users may want to use such as ldns-verify-zone, which dnst doesn't provide yet. Also because this branch of dnst depends on an as yet unreleased version of the domain crate.

Update Cargo.lock bcause cargo-deb complains that it needs updating.

Co-authored-by: Jannik Peters <jannik@nlnetlabs.nl>
2025-10-04 09:19:50 +02:00

9 lines
130 B
Bash

#!/bin/sh -e
# case "$1" in
# upgrade|remove)
# # Remove symbolic links
# rm -f /usr/bin/ldns-nsec3-hash
# ;;
# esac