~ubuntu-branches/ubuntu/hardy/seyon/hardy

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2001-12-19 17:24:13 UTC
  • Revision ID: james.westby@ubuntu.com-20011219172413-5l92k5tbflnjol7h
Tags: 2.20c-8
* Added Build-Depends on bison. Closes: #123699.
* Turned app-defaults files into conffiles after lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if test -x /usr/bin/update-menus; then update-menus; fi
 
4
 
 
5
XTERM=/etc/X11/seyon/seyon-emu
 
6
COLORDEFAULTS=/etc/X11/seyon/Seyon
 
7
MODEMDEFAULTS=/etc/X11/seyon/Seyon-modem
 
8
 
 
9
if [ x$1 = xpurge ]; then
 
10
        rm -f $XTERM $COLORDEFAULTS $MODEMDEFAULTS
 
11
        rmdir /etc/X11/seyon /etc/X11 2>/dev/null || true
 
12
fi