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