File: libmeep-lam4-8.postrm

package info (click to toggle)
meep-lam4 1.3-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,540 kB
  • ctags: 7,109
  • sloc: cpp: 64,830; sh: 11,405; lisp: 238; makefile: 205
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