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/libvlc-bin:amd64.postinst

#!/bin/sh
set -e

run_vlc_cache_gen() {
    if ! test -d /usr/lib/x86_64-linux-gnu/vlc/plugins
    then
        return
    fi
    files=`find /usr/lib/x86_64-linux-gnu/vlc/plugins -name '*.so' -type f -print -quit`
    if test -n "$files"
    then
        # run vlc-cache-gen since there are plugins
        if ! /usr/lib/x86_64-linux-gnu/vlc/vlc-cache-gen /usr/lib/x86_64-linux-gnu/vlc/plugins
        then
            echo "WARNING: Regenerating VLC plugin cache failed."
            echo "Please run '/usr/lib/x86_64-linux-gnu/vlc/vlc-cache-gen /usr/lib/x86_64-linux-gnu/vlc/plugins' manually."
        fi
    else
        # no plugins, so remove plugins.dat
        rm -f /usr/lib/x86_64-linux-gnu/vlc/plugins/plugins.dat
    fi
}

case "$1" in
    triggered)
        run_vlc_cache_gen
        exit 0
        ;;
    configure)
        dpkg-trigger /usr/lib/x86_64-linux-gnu/vlc/plugins
        ;;
esac



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