##// END OF EJS Templates
merge from ileo-exp. Now requires trunk version of leo
merge from ileo-exp. Now requires trunk version of leo

File last commit:

r988:2f09c2ab
r1031:11c30a1d merge
Show More
postinst
13 lines | 232 B | text/plain | TextLexer
#!/bin/sh
set -e
OLD_MODDIR=/usr/lib/python2.2/site-packages/IPython
if [ $1 = "configure" ]; then
if [ -d $OLD_MODDIR ];then
echo "Removing old python2.2 modules"
rm -fr $OLD_MODDIR >&2
fi
fi
#DEBHELPER#