HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //var/lib/dpkg/info/analog.config
#!/bin/sh
set -e
. /usr/share/debconf/confmodule

PRI=low
if [ "$1" = configure ] && [ -n "$2" ] && dpkg --compare-versions "$2" lt "2:5.23-3"; then
	# On upgrade, the question defaults to true so I don't break any
	# existing installs.
	db_set analog/anlgform true
	PRI=medium
elif [ -e /usr/lib/cgi-bin/anlgform.cgi ]; then
	# The link exists, made by the postinst or by hand, so default
	# to keeping it.
	db_set analog/anlgform true
else
	# No link, no upgrade; disable.
	db_set analog/anlgform false
fi

db_input $PRI analog/anlgform || true
db_go || true