D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/../../lib/dpkg/../php/../dpkg/info/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/../../lib/dpkg/../php/../dpkg/info/libnewt0.52:amd64.postinst
#!/bin/sh

set -e



case "$1" in
    configure|abort-remove|abort-deconfigure)
	# Install alternatives
	# update-alternatives --install /etc/newt/palette newt-palette /etc/newt/palette.original 20
	update-alternatives --install /etc/newt/palette newt-palette /etc/newt/palette.ubuntu 50
        update-alternatives --install /etc/newt/palette newt-palette /etc/newt/palette.original 20 
        ;;
    abort-upgrade)
        # Nothing to undo
        :;
        ;;

    *)
        echo "$0: Undocumented call: \"$@\"" >&2
        exit 1
        ;;
esac

AnonSec - 2021 | Recode By D7net