mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-08-24 00:22: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>
14 lines
394 B
Bash
14 lines
394 B
Bash
#!/bin/sh -e
|
|
|
|
# case "$1" in
|
|
# configure)
|
|
# # Create symbolic links
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-keygen
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-key2ds
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-nsec3-hash
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-notify
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-signzone
|
|
# ln -f -s /usr/bin/dnst /usr/bin/ldns-update
|
|
# ;;
|
|
# esac
|