~ubuntu-branches/ubuntu/quantal/nspluginwrapper/quantal

« back to all changes in this revision

Viewing changes to debian/nspluginwrapper.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2009-04-08 20:38:02 UTC
  • Revision ID: james.westby@ubuntu.com-20090408203802-mwau2e2x68u3he0d
Tags: 1.2.2-0ubuntu5
Add iceweasel dir to debian/nspluginwrapper.postinst for removal of
wrappers created before we had the fix introduced in 1.2.2-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                        nspluginwrapper -a -v -u
17
17
                fi
18
18
 
19
 
                if dpkg --compare-versions "$2" lt "1.2.2-0ubuntu4"; then
 
19
                if dpkg --compare-versions "$2" lt "1.2.2-0ubuntu5"; then
20
20
                        rm -rf /usr/lib/mozilla/plugins/npwrapper.*.so \
21
21
                                /usr/lib/firefox/plugins/npwrapper.*.so \
22
 
                                /usr/lib/seamonkey/plugins/npwrapper.*.so
 
22
                                /usr/lib/seamonkey/plugins/npwrapper.*.so \
 
23
                                /usr/lib/iceweasel/plugins/npwrapper.*.so
23
24
                fi
24
25
        ;;
25
26