Skip to content

Commit 7415dde

Browse files
authored
Merge pull request #18 from Al-Muhandis/codex/fix-post-installation-script-for-tgadmin-qf3ckg
Debian packaging: normalize maintainer scripts, relax libsagui dependency, and harden postinst DB/bootstrap checks
2 parents 620e1fb + 1166726 commit 7415dde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

debian/DEBIAN/postinst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ case "$1" in
102102
done
103103

104104
if ! libsagui_available; then
105-
echo "ERROR: libsagui shared library was not found in dynamic linker cache." >&2
106-
echo " Install libsagui (package or from source) and run: sudo ldconfig" >&2
107-
exit 1
105+
echo "WARNING: libsagui shared library was not found in dynamic linker cache." >&2
106+
echo " The service may fail to start until libsagui is available to the loader." >&2
107+
echo " Install libsagui (package or from source) and run: sudo ldconfig" >&2
108108
fi
109109

110110
if [ ! -f "${CONFIG_FILE}" ]; then

0 commit comments

Comments
 (0)