~ubuntu-branches/ubuntu/saucy/glosstex/saucy

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Fontaine
  • Date: 2006-10-02 23:47:03 UTC
  • mfrom: (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061002234703-rdr8z3sj3nw9wcyz
Tags: 0.4.dfsg.1-2
Add support for TeX Live by adding alternate depends to
texlive-base-bin. Closes: #383244.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if [ "$1" = "remove" ]; then
 
4
        echo Running \`mktexlsr /usr/share/texmf\'...
 
5
        mktexlsr /usr/share/texmf
 
6
fi
 
7
 
 
8
#DEBHELPER#