aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/scripts/postinstall.sh')
-rw-r--r--pkg/scripts/postinstall.sh10+0 −10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/scripts/postinstall.sh b/pkg/scripts/postinstall.sh
deleted file mode 100644
--- a/pkg/scripts/postinstall.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 daemon-reload
- /bin/systemctl enable tesor
-fi