~ubuntu-branches/ubuntu/saucy/glx-alternatives/saucy

« back to all changes in this revision

Viewing changes to debian/glx-diversions.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Beckmann
  • Date: 2011-07-19 22:06:10 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110719220610-lrq1stkipzu8xdnl
Tags: 0.1.91
* Upload to unstable.
* Drop slave link /etc/X11/xorg.conf.d/nvidia.conf, looking for a better
  solution.
* Give a hint to move away or delete the conflicting files found by
  glx-diversions postinst.  (Closes: #634087)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                if exists "$old_divert"
57
57
                then
58
58
                        echo "ERROR: $old_divert does still exist. Aborting." >&2
 
59
                        echo "       This file seems to be remaining from an old unclean installation," >&2
 
60
                        echo "       update or removal and needs to be moved away (or deleted) before" >&2
 
61
                        echo "       the installation of $DPKG_MAINTSCRIPT_PACKAGE can continue." >&2
59
62
                        exit 1
60
63
                fi
61
64
        done