Use sh in debhelper scripts (#7941)

This commit is contained in:
Austin
2025-09-10 06:57:36 +10:00
committed by GitHub
co-authored by GitHub
parent 088318512a
commit 0aa48c9c22
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# postinst script for meshtasticd
#
# see: dh_installdeb(1)
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# postrm script for meshtasticd
#
# see: dh_installdeb(1)