403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.243.197
Web Server : Apache/2.4.63 (Ubuntu)
System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.4.5
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/info/printer-driver-pnm2ppa.postrm
#!/bin/sh

set -e

# Purge actions
if [ "$1" = purge ] ; then
	# Get rid of configuration file
	if [ -f /etc/pnm2ppa.conf ]; then
		rm -f /etc/pnm2ppa.conf
	fi
	# We're pretty sure that the pnm2ppa magicfilter files were generated
	# or installed by pnm2ppa packages.
	if [ -d /etc/magicfilter ] ; then
		for i in /etc/magicfilter/p?m2ppa*-filter ; do
			rm -f $i || true
		done

		# If there are no files in the magicfilter directory, remove.
		# rmdir will fail if there are files...  Not an error.
		rmdir /etc/magicfilter 2> /dev/null || true
	fi
fi

# Automatically added by dh_installdebconf/13.14.1ubuntu5
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi
# End automatically added section


Youez - 2016 - github.com/yon3zu
LinuXploit