File: pact.postinst

package info (click to toggle)
pact 980714-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 13,096 kB
  • ctags: 26,034
  • sloc: ansic: 109,076; lisp: 9,645; csh: 7,147; fortran: 1,050; makefile: 136; lex: 95; sh: 32
file content (8 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh -e

if [ "$1" = "configure" ]; then
    update-alternatives --install /usr/bin/scheme scheme \
	/usr/bin/scheme-warning-pact 30 > /dev/null
fi

ldconfig