File: prerm

package info (click to toggle)
mlterm 2.4.0.cvs20020414-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 14,416 kB
  • ctags: 3,528
  • sloc: ansic: 48,035; sh: 6,413; perl: 1,701; makefile: 443
file content (7 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh -e

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

#DEBHELPER#