File: gnome-terminal.prerm

package info (click to toggle)
gnome-terminal 2.14.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,172 kB
  • ctags: 1,651
  • sloc: ansic: 19,006; xml: 15,489; sh: 8,975; makefile: 228; perl: 68
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

#DEBHELPER#

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


exit 0