~ubuntu-branches/ubuntu/precise/nvidia-graphics-drivers-96/precise

« back to all changes in this revision

Viewing changes to debian/nvidia-96.postinst.in

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone
  • Date: 2010-03-16 17:38:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100316173842-er146wnomo1rdy72
Tags: 96.43.14-0ubuntu11
* debian/nvidia-$flavour.{postinst|prerm}.in:
  - Call gmenucache trigger so that the icon of nvidia-settings
    shows up in the menu (LP: #522969). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        # ldconfig needs to be run immediately as we're changing /etc/ld.so.conf.d/ with
125
125
        # alternatives.
126
126
        LDCONFIG_NOTRIGGER=y ldconfig
127
 
        
 
127
 
 
128
        # Trigger gmenu so that the icons will show up in the menu
 
129
        dpkg-trigger gmenucache || true
 
130
 
128
131
        CURRENT_KERNEL=$(uname -r)
129
132
        NEWEST_KERNEL=$(get_newest_kernel "$KERNELS")
130
133