https://t.me/RX1948
Server : Apache
System : Linux enhance01.hostingraja.org 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64
User : webdemo_4 ( 4864)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/lib/dpkg/info/libhyperscan5.preinst
#!/bin/sh

set -e

case "$1" in
    install|upgrade)
        if [ "$DEBIAN_FRONTEND" != noninteractive ] && \
               [ -f /proc/cpuinfo ] && \
               ! grep -q '^flags[[:space:]]*:.*[[:space:]]ssse3[[:space:]]' /proc/cpuinfo
        then
            . /usr/share/debconf/confmodule
            db_version 2.0
            db_input critical libhyperscan/cpu-ssse3 || true
            db_go
            db_get libhyperscan/cpu-ssse3
            if [ "$RET" = 'false' ]; then
                echo 'Aborting installation because of missing SSSE3 extension.' >&2
                db_purge
                exit 1
            fi
        fi
    ;;

    abort-upgrade)
    ;;

    *)
        echo "preinst called with unknown argument \`$1'" >&2
        exit 1
    ;;
esac



exit 0

https://t.me/RX1948 - 2025