~ubuntu-branches/ubuntu/precise/terminator/precise

« back to all changes in this revision

Viewing changes to debian/terminator.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel
  • Date: 2008-09-24 23:40:20 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20080924234020-w2svb3pvaozwcieg
Tags: 0.11-2
* Added 03_bad_config_file_handling_behabior.patch:
  - Fix a bad config file handling behaviour. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
if [ "$1" = remove ]; then
 
4
        update-alternatives --remove terminator /usr/bin/terminator
 
5
        update-alternatives --remove x-terminal-emulator /usr/bin/terminator
 
6
fi
 
7
 
 
8
#DEBHELPER#