File: roxterm.prerm

package info (click to toggle)
roxterm 1.11.1-1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,468 kB
  • ctags: 1,057
  • sloc: ansic: 10,482; sh: 9,085; xml: 305; makefile: 166
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0