~ubuntu-branches/debian/squeeze/ghostscript/squeeze

« back to all changes in this revision

Viewing changes to debian/gs-esp.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2009-01-04 12:09:59 UTC
  • mfrom: (16.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090104120959-m9lbagj775ucg0h3
Tags: 8.63.dfsg.1-2
libgs-dev: put versioned dependency on libgs8 - closes: #510691

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    install|upgrade)
20
20
        # Do away with update-alternative for /usr/bin/gs, we have one
21
21
        # grand unified Ghostscript now!
22
 
        if dpkg --compare-versions "$2" lt-nl "8.62.dfsg.1-3"; then
 
22
        if dpkg --compare-versions "$2" lt-nl "8.63.dfsg.1-1"; then
23
23
            update-alternatives --remove-all gs || true
24
24
            update-alternatives --remove-all gs.1 || true
25
25
        fi