terminator/debian/terminator.prerm

9 lines
210 B
Plaintext
Raw Normal View History

2009-01-21 13:37:59 +00:00
#!/bin/sh -e
2009-01-21 13:37:59 +00:00
if [ "$1" = remove ]; then
2009-07-03 18:03:59 +00:00
update-alternatives --remove terminator /usr/bin/terminator || true
2009-01-21 13:37:59 +00:00
update-alternatives --remove x-terminal-emulator /usr/bin/terminator
fi
2009-01-21 13:37:59 +00:00
#DEBHELPER#