File: maxima-emacs.postinst.old

package info (click to toggle)
maxima 5.44.0-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 108,424 kB
  • sloc: lisp: 383,860; fortran: 14,665; perl: 14,369; tcl: 11,147; sh: 4,517; makefile: 2,580; ansic: 447; python: 262; xml: 59; awk: 37; sed: 17
file content (11 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

	texhash

fi

#DEBHELPER#