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/hplip.postrm

#! /bin/sh

set -e

# Kill any pre-compiled python crap
kill_python_crappage() {
	[ -d /usr/share/hplip ] && \
		find /usr/share/hplip \
			\( -name '*.pyc' -o -name '*.pyo' \) \
			-exec rm -f {} \;
	:
}


case "$1" in
	failed-upgrade|abort-install|abort-upgrade)
		# Remove the symlink, no matter what. If it is
		# needed, dpkg will recreate it.  This is in an
		# downgrade/failed upgrade unwind path
		if [ -h /usr/share/doc/hplip ]; then
			rm -f /usr/share/doc/hplip
		fi
		# and kill any crap left over for failed-upgrade
		kill_python_crappage
	;;
	upgrade)
		# support downgrading
		if [ -h /usr/share/doc/hplip ]; then
			rm -f /usr/share/doc/hplip
		fi
	;;
	remove|disappear)
		kill_python_crappage
	;;
	purge)
		kill_python_crappage

		for i in /run/hplip /var/run/hplip /var/log/hp/tmp; do
			if dpkg-statoverride --list $i > /dev/null; then
				dpkg-statoverride --remove $i || true
			fi
		done

    		[ -d /run/hplip ] && rm -fr /run/hplip
		[ -d /var/log/hp/tmp ] && rm -fr /var/log/hp/tmp
	;;
    *)
        echo "postrm called with unknown argument \`$1'" >&2
        exit 1

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