apostrophe/debian/uberwriter.postinst.debhelper

8 lines
178 B
Plaintext
Raw Normal View History

2014-07-06 20:35:24 +00:00
# Automatically added by dh_python3:
if which py3compile >/dev/null 2>&1; then
py3compile -p uberwriter /opt/extras.ubuntu.com/uberwriter
fi
# End automatically added section