~doko/python/pkg3.3-debian

« back to all changes in this revision

Viewing changes to idle-PVER.postinst.in

  • Committer: Matthias Klose
  • Date: 2013-03-30 17:09:38 UTC
  • Revision ID: doko@ubuntu.com-20130330170938-0npd4e8aioare322
python3.3 (3.3.1~rc1-2) experimental; urgency=low

  * Fix byte-compiliation/-removal for the split-out library packages.
    LP: #1160944.

 -- Matthias Klose <doko@debian.org>  Sat, 30 Mar 2013 13:36:40 +0100

python3.3 (3.3.1~rc1-1) experimental; urgency=low

  * Python 3.3.1 release candidate 1.

 -- Matthias Klose <doko@debian.org>  Tue, 26 Mar 2013 10:45:37 +0100

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh -e
 
1
#! /bin/sh
2
2
#
3
3
# postinst script for the Debian idle-@PVER@ package.
4
4
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
5
5
#
6
6
 
 
7
set -e
 
8
 
7
9
DIRLIST="/usr/lib/python@VER@/idlelib"
8
10
 
9
11
case "$1" in