File: libmeep-openmpi6.postinst

package info (click to toggle)
meep-openmpi 1.1.1-9~deb7u2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,452 kB
  • sloc: cpp: 57,954; sh: 10,140; makefile: 242; lisp: 237
file content (11 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
   ldconfig
fi

#DEBHELPER#

exit 0