Adding wip version for meego harmattan
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / debian / feedingit / DEBIAN / postinst
1 #!/bin/sh
2 set -e
3
4 # Automatically added by dh_python2:
5 if which pycompile >/dev/null 2>&1; then
6         pycompile -p feedingit /usr/share/feedingit -V 2.6
7 fi
8
9 # End automatically added section