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