File: terminator.prerm

package info (click to toggle)
terminator 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,916 kB
  • sloc: python: 11,390; sh: 26; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

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

#DEBHELPER#