~ubuntu-branches/debian/sid/glx-alternatives/sid

« back to all changes in this revision

Viewing changes to debian/glx-alternative-mesa.postinst

  • Committer: Package Import Robot
  • Author(s): Andreas Beckmann
  • Date: 2012-06-30 15:19:25 UTC
  • Revision ID: package-import@ubuntu.com-20120630151925-05hwlwe7e3yl0qay
Tags: 0.2.2
* Run ldconfig after updating diversions and alternatives.
* Bump Standards-Version: 3.9.3, no changes needed.
* Use the final copyright-format 1.0 URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        else
79
79
                update-alternatives --remove libGL.so-master /usr/lib/mesa-diverted
80
80
        fi
 
81
 
 
82
        ldconfig
81
83
}
82
84
 
83
85
if [ "$1" = "triggered" ]; then