#!/usr/bin/env bash # Migration: system polish — menu cleanup, cups.socket, web-app installer, # first-login welcome. Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/system-polish/install-system-polish.sh"