Files
NLnetLabs-dnst/pkg/debian/postinst
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

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