KUJUNTI.ID MINISH3LL
Path : /var/lib/dpkg/info/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/lib/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.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

© KUJUNTI.ID