Fix build for vaultwarden 1.30.0

This commit is contained in:
Nico Isenbeck
2023-11-10 15:17:15 +01:00
parent 60bbdbf359
commit 2520b168b2
13 changed files with 136 additions and 95 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
# Automatically added by dh_installsystemd/13.11.4
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
deb-systemd-invoke stop '@@PACKAGEDIR@@.service' >/dev/null || true
fi
# End automatically added section