From 0aa48c9c2213db6d8cdb93865146cdbad620732e Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 9 Sep 2025 16:57:36 -0400 Subject: [PATCH] Use `sh` in debhelper scripts (#7941) --- debian/meshtasticd.postinst | 2 +- debian/meshtasticd.postrm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/meshtasticd.postinst b/debian/meshtasticd.postinst index d569cb43e..fe0dbc332 100755 --- a/debian/meshtasticd.postinst +++ b/debian/meshtasticd.postinst @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # postinst script for meshtasticd # # see: dh_installdeb(1) diff --git a/debian/meshtasticd.postrm b/debian/meshtasticd.postrm index dc25680a8..bb2c32a5b 100755 --- a/debian/meshtasticd.postrm +++ b/debian/meshtasticd.postrm @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # postrm script for meshtasticd # # see: dh_installdeb(1)