File: terminator.prerm

package info (click to toggle)
terminator 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,672 kB
  • ctags: 980
  • sloc: python: 7,551; sh: 22; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh -e

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

#DEBHELPER#