HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux S202606089271 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User: groatmachine_usr (1022)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //var/lib/dpkg/info/fastpanel2.preinst
#!/bin/bash

export CURVERSION=`echo $2 |sed -E 's|-ubuntu[0-9]+\.04p|.|'`

if [ "$1" = "upgrade" ] && dpkg --compare-versions "${CURVERSION}" lt "1.10.110"; then
    echo -e "Upgrade is not possible.\nToo old FASTPANEL version is installed."
    exit 1
fi

if [ -f /lib/systemd/system/mogwai.service ]; then
    service mogwai stop
    systemctl disable mogwai.service
fi