Moved Debian package sources to a subdirectory of the repository.

This commit is contained in:
2026-05-28 09:18:43 +02:00
parent ac6482a4a1
commit 1f6d168fb3
22 changed files with 3 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
case "$1" in
remove|deconfigure)
systemctl disable --now strongswan || true
;;
esac
#DEBHELPER#