File: mlterm-tiny.prerm

package info (click to toggle)
mlterm 3.1.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 23,168 kB
  • sloc: ansic: 102,795; sh: 9,676; java: 2,018; perl: 1,601; makefile: 1,595; cpp: 771; sed: 16
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

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

#DEBHELPER#