File: prerm

package info (click to toggle)
xvt 2.1-18
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 320 kB
  • ctags: 430
  • sloc: ansic: 5,107; sh: 457; makefile: 85
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