File: python3-meep-mpi-default.postinst

package info (click to toggle)
meep-mpi-default 1.17.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 51,672 kB
  • sloc: cpp: 29,881; python: 17,210; lisp: 1,225; makefile: 477; sh: 249; ansic: 133; javascript: 5
file content (9 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if which pycompile >/dev/null 2>&1; then
  pycompile -p $DPKG_MAINTSCRIPT_PACKAGE
fi

#DEBHELPER#