File: prerm

package info (click to toggle)
xvt 2.1-20
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 316 kB
  • ctags: 432
  • sloc: ansic: 5,107; makefile: 84; sh: 51
file content (10 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
    update-alternatives --remove x-terminal-emulator /usr/bin/xvt
fi