summaryrefslogtreecommitdiffstats
path: root/debian/gnome-terminal.prerm
blob: d7985f71e3120f68c38a78162f958596d085e886 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "remove" ]; then
	update-alternatives --remove x-terminal-emulator /usr/bin/gnome-terminal.wrapper
fi