]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/deb: remove obsolete http module script
authorJakub Ružička <jakub.ruzicka@nic.cz>
Tue, 5 Jan 2021 16:47:06 +0000 (17:47 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Fri, 15 Jan 2021 13:49:16 +0000 (14:49 +0100)
This is a relic of ancient times.

distro/deb/knot-resolver-module-http.postinst [deleted file]

diff --git a/distro/deb/knot-resolver-module-http.postinst b/distro/deb/knot-resolver-module-http.postinst
deleted file mode 100644 (file)
index 2089669..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# SPDX-License-Identifier: GPL-3.0-or-later
-set -e
-
-if [ "$1" = "configure" ]; then
-    systemctl daemon-reload || true
-fi