Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tde-packaging/blame/commit/51cf0da40497ed45719a25f24a795046caa925db/ubuntu/raring/applications/tork/debian/tork-trinity.postinst You should set ROOT_URL correctly, otherwise the web may not work correctly.
tde-packaging/ubuntu/raring/applications/tork/debian/tork-trinity.postinst

10 lines
98 B

#! /bin/sh
set -e
if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
#DEBHELPER#
exit 0