403Webshell
Server IP : 195.114.193.97  /  Your IP : 216.73.217.68
Web Server : LiteSpeed
System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
User : sembi4241 ( 1126)
PHP Version : 8.1.33
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/firewalld.prerm
#!/bin/sh
set -e


case "$1" in
    # only remove in remove/deconfigure so we don't disrupt users' preferences
    remove|deconfigure)
        update-alternatives --remove org.fedoraproject.FirewallD1.policy \
            /usr/share/polkit-1/actions/org.fedoraproject.FirewallD1.server.policy.choice
        update-alternatives --remove org.fedoraproject.FirewallD1.policy \
            /usr/share/polkit-1/actions/org.fedoraproject.FirewallD1.desktop.policy.choice
        ;;

    upgrade|failed-upgrade)
        ;;

    *)
        echo "prerm called with unknown argument \`$1'" >&2
        exit 1
        ;;
esac

# Automatically added by dh_installsystemd/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
	deb-systemd-invoke stop 'firewalld.service' >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installdeb/13.6ubuntu1
dpkg-maintscript-helper rm_conffile /etc/init.d/firewalld 0.8.3-1\~ -- "$@"
# End automatically added section


exit 0

Youez - 2016 - github.com/yon3zu
LinuXploit