File: postinst

package info (click to toggle)
gpsmanshp 1.2.3-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 344 kB
  • ctags: 215
  • sloc: ansic: 1,186; tcl: 412; makefile: 79; sh: 14
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

TCLVERSION=
cd /usr/lib/tcl$TCLVERSION
echo "pkg_mkIndex -lazy -verbose . gpsmanshp.so" | tclsh$TCLVERSION 2>&1 > /dev/null