~ubuntu-branches/ubuntu/saucy/ttf-kacst/saucy

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-01-11 02:07:17 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060111020717-1358f3aqypz1y12o
Tags: 1.6.2-1
* New upstream release.
* Switch to CDBS.
* Add watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
if [ "$1" = "configure" ]; then
4
 
        /usr/bin/defoma-font reregister-all /etc/defoma/hints/ttf-kacst.hints
5
 
fi