Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/lib/dpkg/info/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/lib/dpkg/info/fonts-ipafont-mincho.preinst

#!/bin/sh
#

set -e

OTF_VERSION=00302-4
OTF_ALT_NAME=otf-japanese-mincho
OTF_FONT_ENTRY=/usr/share/fonts/opentype/ipafont/ipam.otf

CHECK_VERSION=00303-5
OLD_ALT_NAME=ttf-japanese-mincho
FONT_ENTRY=$OTF_FONT_ENTRY
OLD_FONT_ENTRY=/usr/share/fonts/opentype/ipafont/ipam.ttf


case "$1" in
install|upgrade)
    if dpkg --compare-versions "$2" lt-nl "$OTF_VERSION"; then
        # remove old alternative otf symlinks.
        update-alternatives --remove $OTF_ALT_NAME.otf $OTF_FONT_ENTRY
    fi

    if dpkg --compare-versions "$2" lt-nl "$CHECK_VERSION"; then
        if [ -d /usr/share/fonts/opentype/fonts-ipafont-mincho ]; then
          update-alternatives --remove $OLD_ALT_NAME.ttf /usr/share/fonts/opentype/fonts-ipafont-mincho/ipam.ttf
        else
          update-alternatives --remove $OLD_ALT_NAME.ttf $FONT_ENTRY
        fi
    fi

    # do this on new installations, too, as these could be "upgrades"
    # from otf-ipafont-mincho
    if dpkg --compare-versions "$2" lt "00303-10.1~" ; then
        update-alternatives --remove $OLD_ALT_NAME.ttf $OLD_FONT_ENTRY
    fi

esac



exit 0

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net