From 721ad9d8bb7e8a78e3afc752f19988dc3c4abe4c Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Fri, 16 Feb 2024 15:55:43 +0100 Subject: [PATCH] remove helper --- gateway/debian/postinst | 2 -- mixnode/debian/postinst | 2 -- 2 files changed, 4 deletions(-) diff --git a/gateway/debian/postinst b/gateway/debian/postinst index 680b8a7d7d..0491ef90ac 100644 --- a/gateway/debian/postinst +++ b/gateway/debian/postinst @@ -1,7 +1,5 @@ #!/bin/bash -# DEBHELPER# - default_location="/usr/bin/nym-gateway" default_user="nym" default_group="nym" diff --git a/mixnode/debian/postinst b/mixnode/debian/postinst index 30c30b35e0..e51964b923 100644 --- a/mixnode/debian/postinst +++ b/mixnode/debian/postinst @@ -1,7 +1,5 @@ #!/bin/bash -#DEBHELPER# - default_location="/usr/bin/nym-mixnode" default_user="nym" default_group="nym"