~ubuntu-branches/ubuntu/raring/python2.7/raring-proposed

« back to all changes in this revision

Viewing changes to debian/libPVER-minimal.postinst.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-12-10 19:10:32 UTC
  • mfrom: (27.2.9 experimental)
  • Revision ID: package-import@ubuntu.com-20121210191032-ub006z2f0loze834
Tags: 2.7.3-11ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ ! -f /etc/@PVER@/sitecustomize.py ]; then
 
6
    cat <<-EOF
 
7
        # Empty sitecustomize.py to avoid a dangling symlink
 
8
EOF
 
9
fi
 
10
 
 
11
#DEBHELPER#
 
12
 
 
13
exit 0