DEBSOURCES
Skip Quicknav
sources / meep-openmpi / 1.7.0-3 / debian / python-meep-openmpi.postinst
123456789
#!/bin/sh set -e if which pycompile >/dev/null 2>&1; then pycompile -p $DPKG_MAINTSCRIPT_PACKAGE fi #DEBHELPER#