~ubuntu-core-dev/unattended-upgrades/ubuntu

« back to all changes in this revision

Viewing changes to debian/unattended-upgrades.init

  • Committer: Thomas Kluyver
  • Date: 2012-06-17 14:32:43 UTC
  • mto: (280.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 288.
  • Revision ID: takowl@gmail.com-20120617143243-jn05uqka3gp9xw7z
Adjust debian/ to build package with Python 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  stop)
27
27
        echo "Checking for running $DESC: "
28
28
        if [ -e $SHUTDOWN_HELPER ]; then
29
 
            python $SHUTDOWN_HELPER
 
29
            python3 $SHUTDOWN_HELPER
30
30
        fi
31
31
        ;;
32
32
  restart|force-reload)