File: jags.postinst

package info (click to toggle)
jags 4.3.2-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 12,420 kB
  • sloc: ansic: 46,229; cpp: 37,971; sh: 4,639; yacc: 1,791; makefile: 921; fortran: 773; lex: 368; lisp: 105
file content (9 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

#DEBHELPER#

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