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/7ecb22ecd5a9320b51df276743638755d1a27802/ubuntu/maverick/tdelibs/debian/tdelibs14-trinity.postinst
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/bin/sh -e
|
|
|
|
case "$1" in
|
|
|
|
upgrade|install)
|
|
;;
|
|
|
|
abort-upgrade)
|
|
;;
|
|
|
|
*)
|
|
;;
|
|
|
|
esac
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|