packaging
build-and-publish / build (Raccoon, ubuntu:26.04, NEXUS_PASS_RACCOON, NEXUS_REPO_RACCOON, NEXUS_USER_RACCOON, raccoon) (push) Successful in 3m40s
build-and-publish / build (Trixie, debian:13, NEXUS_PASS_TRIXIE, NEXUS_REPO_TRIXIE, NEXUS_USER_TRIXIE, trixie) (push) Successful in 3m30s

This commit is contained in:
theraw
2026-06-20 20:29:38 +00:00
parent fd768828b7
commit f2efec6f5f
5 changed files with 94 additions and 20 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
# preinst — twiy-raweb package ONLY.
#
# STRICT RULE: this package MUST NOT touch /nginx in any way. There is nothing
# to back up or migrate because nothing under /nginx is ever read, written, or
# restored by twiy-raweb. Intentionally a no-op.
set -e
exit 0