Clean up unnecessary build files from apt-repo

This commit is contained in:
2025-02-22 20:05:31 +01:00
parent 26960a82bd
commit 7e969aeed3
12 changed files with 0 additions and 159 deletions

View File

@@ -1,7 +0,0 @@
Package: gitea
Version: 1.23.4-1
Architecture: arm64
Maintainer: Micha Espey <tracer@24unix.net>
Depends: adduser, ca-certificates, git, openssh-server, gpg, jq
Description: Gitea - Git with a cup of tea
A painless self-hosted Git service.

View File

@@ -1,11 +0,0 @@
#!/bin/sh
set -e
# Ensure systemd is aware of the new service file
systemctl daemon-reload
# Enable and start Gitea service
systemctl enable gitea
systemctl restart gitea || true
exit 0

View File

@@ -1,7 +0,0 @@
#!/bin/sh
set -e
# Stop the Gitea service before updating/removal
systemctl stop gitea || true
exit 0