File: python-logilab-common.preinst

package info (click to toggle)
logilab-common 0.30.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 892 kB
  • ctags: 1,818
  • sloc: python: 9,743; makefile: 41; sh: 8
file content (13 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/bash
#

set -e

if [ $1 = upgrade ] ; then 
    if [ $2 = 0.9.3-1 ] ; then 
	rm -f /usr/lib/python*/site-packages/logilab/__init__.py*
    fi
fi 
#DEBHELPER#

exit 0