File: gnome-terminal.prerm

package info (click to toggle)
gnome-terminal 3.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,184 kB
  • ctags: 2,385
  • sloc: ansic: 19,395; sh: 4,192; xml: 812; makefile: 493; perl: 77
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (11)
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