File: libmeep-mpi-default6.postrm

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

set -e

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

#DEBHELPER#

exit 0