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/d2a5ae6eee8f77ba301f22a990fd68944c94d4ad/ubuntu/maverick/tdebase/debian/kcontrol-trinity.preinst
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#! /bin/sh -e
|
|
|
|
case "$1" in
|
|
|
|
upgrade)
|
|
rm -f /etc/trinity/kuriikwsfilterrc
|
|
;;
|
|
|
|
install)
|
|
;;
|
|
|
|
abort-upgrade)
|
|
;;
|
|
|
|
*)
|
|
echo "preinst called with unknown argument \`$1'" >&2
|
|
exit 1
|
|
;;
|
|
|
|
esac
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|