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"