~ubuntu-branches/ubuntu/lucid/ttf-kacst/lucid

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2004-03-01 20:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20040301202823-vuah7m3uuc0znakt
Tags: 1.5-1
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
case "$1" in
 
4
    upgrade)
 
5
        ;;
 
6
    remove)
 
7
        /usr/bin/defoma-font purge-all /etc/defoma/hints/ttf-kacst.hints
 
8
        ;;
 
9
esac