File: postinst

package info (click to toggle)
cweb 3.4g-15
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 804 kB
  • ctags: 413
  • sloc: ansic: 2,247; lisp: 442; makefile: 188; sh: 4
file content (12 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash

set -e

# DIR=/usr/local/lib/cweb

# { mkdir -p -m 775 $DIR; chown root.staff $DIR; chmod g+s $DIR; } || true

if [ -x /usr/bin/texhash ]; then
  /usr/bin/texhash
fi