~ubuntu-branches/ubuntu/hardy/texlive-base/hardy

« back to all changes in this revision

Viewing changes to debian/texlive-base.postinst.pre

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-08-31 22:00:12 UTC
  • Revision ID: james.westby@ubuntu.com-20070831220012-vojo2sbawyhm3s2b
Tags: 2007-12
only try to resurrect conffiles when there is a template file present,
i.e., only for versions of 2007 in the archive (Closes: #439205) [np]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# texlive-base postinst.pre begin
 
2
 
 
3
# Cleanup after Bug #420390 for sid users
 
4
# This is already done in the preinst, but only for upgrades. We redo it 
 
5
# in the postinst, too in case that we are dealing with a install from
 
6
# rc or purged state.
 
7
case  "$1" in
 
8
  configure)
 
9
    resurrect_conffile_sid /etc/texmf/metafont/misc/modes.mf texlive-base
 
10
    ;;
 
11
  *)
 
12
    ;;
 
13
esac
 
14
 
 
15
# texlive-base postinst.pre end