Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tde-packaging/src/commit/401395bf04f14965ee63e9d05ee12e627a786760/ubuntu/maverick/tdelibs/debian/tdelibs-data-trinity.postinst
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/sh -e
|
|
|
|
FILE="/etc/xdg/menus/applications.menu"
|
|
MD5SUM332="3750f06e08cfd048952f4cd82b97652c"
|
|
MD5SUM340="ea26be9e934fb23c04b0b1409706bace"
|
|
|
|
case "$1" in
|
|
|
|
upgrade|install)
|
|
ldconfig
|
|
;;
|
|
|
|
abort-upgrade)
|
|
;;
|
|
|
|
*)
|
|
;;
|
|
|
|
esac
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|