~ubuntu-branches/ubuntu/trusty/python-gnuplot/trusty

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-23 00:42:37 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050123004237-0rfjkhe4ii7ky637
Tags: 1.7-5
Fix mouse control in generated plot windows (closes: #291294).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
case "$1" in
16
16
    configure|abort-upgrade|abort-remove|abort-deconfigure)
17
17
        for i in $DIRLIST ; do
18
 
            /usr/bin/python -O /usr/lib/python$PV/compileall.py -q $i
19
 
            /usr/bin/python /usr/lib/python$PV/compileall.py -q $i
 
18
            /usr/bin/python -W ignore::SyntaxWarning:: -O \
 
19
                /usr/lib/python$PV/compileall.py -q $i
 
20
            /usr/bin/python -W ignore::SyntaxWarning:: \
 
21
                /usr/lib/python$PV/compileall.py -q $i
20
22
        done
21
23
    ;;
22
24