]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-python
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postinst-python
1 PYTHON=#PYVER#
2 if which $PYTHON >/dev/null 2>&1 && [ -e /usr/lib/$PYTHON/compileall.py ]; then
3         DIRLIST="#DIRLIST#"
4         for i in $DIRLIST ; do
5                 $PYTHON /usr/lib/$PYTHON/compileall.py -q $i
6         done
7 fi