mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-27 20:24:57 +02:00
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com> Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Co-authored-by: arya dradjica <arya@nlnetlabs.nl> 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
|