diff options
Diffstat (limited to 'pkg/scripts/preremove.sh')
| -rw-r--r-- | pkg/scripts/preremove.sh | 10 | +0 −10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/scripts/preremove.sh b/pkg/scripts/preremove.sh deleted file mode 100644 --- a/pkg/scripts/preremove.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# SPDX-FileCopyrightText: 2026 Nikolay Govorov -# SPDX-License-Identifier: AGPL-3.0-or-later - -set -e - -if [ -x "/bin/systemctl" ] && [ -d /run/systemd/system ] && [ -f /usr/lib/systemd/system/tesor.service ]; then - /bin/systemctl stop tesor.service || true - /bin/systemctl disable tesor.service || true -fi |
