~ubuntu-branches/ubuntu/natty/dvi2ps-fontdata/natty

« back to all changes in this revision

Viewing changes to debian/dvi2ps-fontdata-rsp.postinst

  • Committer: Bazaar Package Importer
  • Author(s): OHURA Makoto
  • Date: 2003-10-11 00:32:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031011003204-4se1g9dwkw0qa49t
Tags: 1.0.1-2
* Rewrite debian/rules
 - Don't use 'install -d' command. Instead of that, use dh_installdirs
  and debian/*.dirs files.
 - Don't use 'ln -s' command. Instead of that, use dh_link and
  debian/*.links files.
 - Merge debian/Makefile with debian/rules.
* Rewrite package description. (Closes: #209465, #209492, #209494, #209497, #209519, #209607, #209648)
* Remove dvi2ps-fontdata-bsr, for this package has been useless now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
case "$1" in
26
26
    configure)
27
 
        if [ -x /usr/bin/texhash ]; then
28
 
            texhash
 
27
        if [ -x /usr/bin/mktexlsr ]; then
 
28
            mktexlsr
29
29
        fi
30
30
 
31
31
    ;;