import template code

This commit is contained in:
2026-03-24 10:31:30 +02:00
commit b443292720
974 changed files with 487563 additions and 0 deletions
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh -e
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
# Package removal, not upgrade
systemctl --no-reload disable minilbd.service > /dev/null 2>&1 || :
systemctl stop minilbd.service > /dev/null 2>&1 || :
fi