~ubuntu-branches/ubuntu/lucid/nvidia-graphics-drivers/lucid

« back to all changes in this revision

Viewing changes to debian/nvidia-current.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2010-03-17 10:21:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317102152-j6q6ovnawe7v1vt6
Tags: 195.36.15-0ubuntu1
* New upstream release:
  - Fixed a bug that caused the X server to crash when rendering
    occurred while the X server was not on the active VT.
  - Fixed a regression that caused the driver to fail to properly
    adjust the GPU fan speed on some GPUs.
  - Fixed a bug that prevented performance level transitions on
    recent GPUs with SDDR3 and GDDR5 memory.
* debian/nvidia-$flavour.{postinst|prerm}.in:
  - Call gmenucache trigger so that the icon of nvidia-settings
    shows up in the menu (LP: #522969).
* debian/nvidia-current.links{32}.in:
  - Add link to libOpenCL.so in /usr/lib and in /usr/lib32.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        # ldconfig needs to be run immediately as we're changing /etc/ld.so.conf.d/ with
134
134
        # alternatives.
135
135
        LDCONFIG_NOTRIGGER=y ldconfig
136
 
        
 
136
 
 
137
        # Trigger gmenu so that the icons will show up in the menu
 
138
        dpkg-trigger gmenucache || true
 
139
 
137
140
        CURRENT_KERNEL=$(uname -r)
138
141
        NEWEST_KERNEL=$(get_newest_kernel "$KERNELS")
139
142