#!/bin/sh -e if [ "$1" = remove ] || [ "$1" = deconfigure ]; then update-alternatives --remove celestia /usr/bin/celestia-gtk fi #DEBHELPER#