403Webshell
Server IP : 185.252.147.100  /  Your IP : 216.73.217.33
Web Server : nginx/1.27.3
System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
User : mitr ( 1000)
PHP Version : 8.2.29
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/info/aspell-ru.postrm
#!/bin/sh
set -e
# Automatically added by installdeb-aspell/UNDECLARED
dico_class="aspell"
dico_varlib_remove="ru.compat ru.remove ru.rws"
dico_varlib_rmfiles="ru.remove"

case "$1" in abort-install|remove)
	if [ -d "/var/lib/$dico_class" ]; then
	    ( cd "/var/lib/$dico_class" &&
		for rmfile in $dico_varlib_rmfiles; do
		    for i in $(grep -s -e ^/usr/lib/$class -e ^/var/lib/$class "$rmfile"); do
			if [ -e "$i" ]; then
			    if [ -d "$i" ]; then
			        rmdir --ignore-fail-on-non-empty "$i"
			    else
			        rm -f "$i"
			    fi
			else
			    echo "Ignoring already removed file \"$i\"." >&2
			fi
		    done
		done
		rm -f $dico_varlib_remove )
	    if ! dpkg-query -S "/var/lib/$dico_class"  > /dev/null 2>&1; then
		rmdir --ignore-fail-on-non-empty "/var/lib/$dico_class"
	    fi
	fi
esac
# End automatically added section
# Automatically added by installdeb-aspell/UNDECLARED
rmscript="update-dictcommon-aspell"

case "$1" in abort-install|remove)
	if command -v $rmscript >/dev/null; then
	    $rmscript 
	else
	    echo "Warning: $rmscript not present or executable." >&2
	fi
esac
# End automatically added section

Youez - 2016 - github.com/yon3zu
LinuXploit