~w-vollprecht/uberwriter/quickly_trunk

« back to all changes in this revision

Viewing changes to debian/uberwriter.postinst.debhelper

  • Committer: Wolf Vollprecht
  • Date: 2012-10-02 07:12:29 UTC
  • Revision ID: w.vollprecht@googlemail.com-20121002071229-vqdxonv9vnvg5i6w
last changes for latest version in ppa (mainly debian/rules changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# Automatically added by dh_python2:
3
 
if which pycompile >/dev/null 2>&1; then
4
 
        pycompile -p uberwriter /opt/extras.ubuntu.com/uberwriter -V 2.7
5
 
fi
6
 
 
7
 
# End automatically added section