post_install() {
	
    echo "POP-shell configuration"
	echo "to configure POP-shell  keybinding on user session"
	echo "launch Script: /usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/configure.sh"

}

post_upgrade() {
	post_install
}

post_remove() {

    echo "to complete uninstalation reset keybinding in parameter pannel"

}