mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-08-23 16:12:31 +02:00
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>
9 lines
130 B
Bash
9 lines
130 B
Bash
#!/bin/sh -e
|
|
|
|
# case "$1" in
|
|
# upgrade|remove)
|
|
# # Remove symbolic links
|
|
# rm -f /usr/bin/ldns-nsec3-hash
|
|
# ;;
|
|
# esac
|